Skip to content

Commit fc5dc16

Browse files
committed
fix the lint error
1 parent 3331d7e commit fc5dc16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

securitycenter/snippets_management_api/security_health_analytics_custom_modules_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def add_custom_module(org_id: str):
192192
@backoff.on_exception(
193193
backoff.expo, (InternalServerError, ServiceUnavailable, NotFound), max_tries=3
194194
)
195-
196195
def test_create_security_health_analytics_custom_module():
197196
parent = f"organizations/{ORGANIZATION_ID}/locations/{LOCATION}"
198197

0 commit comments

Comments
 (0)