Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykanthm committed Dec 19, 2024
1 parent 1b0ff27 commit 655829e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

import random

import backoff

import time

import backoff

from google.api_core.exceptions import InternalServerError, NotFound, ServiceUnavailable

from google.cloud import securitycentermanagement_v1
Expand Down Expand Up @@ -54,7 +54,7 @@ def cleanup_existing_custom_modules(org_id: str):
"""
client = securitycentermanagement_v1.SecurityCenterManagementClient()
parent = f"organizations/{org_id}/locations/global"
print(f"Parent path: {parent}")
print(f"Parent path: {parent}")
try:
custom_modules = client.list_security_health_analytics_custom_modules(
request={"parent": parent}
Expand Down

0 comments on commit 655829e

Please sign in to comment.