Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaykanthm committed Dec 19, 2024
1 parent 9d7658e commit 1b0ff27
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
# limitations under the License.
import os

import backoff

import random

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

import time

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

from google.cloud import securitycentermanagement_v1

import pytest
Expand Down Expand Up @@ -54,8 +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 1b0ff27

Please sign in to comment.