Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryyyyy committed Apr 18, 2024
1 parent 962bc1c commit 1892518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libcloudforensics/providers/gcp/internal/orgpolicy.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,3 @@ def DeleteOrgPolicyForProject(self, policy_name: str):
request = 'projects/{0:s}/policies/{1:s}'.format(
self.project_id, policy_name)
service.delete(name=request).execute()
return

0 comments on commit 1892518

Please sign in to comment.