Skip to content

Commit e4aae22

Browse files
committed
removed unused imports
1 parent a8461b0 commit e4aae22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/models/monitor/test_monitor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ def test_integration_create_get_update_delete_alert_definition(
197197
# transient errors while polling; continue until timeout
198198
pass
199199

200+
update_alert = None
201+
200202
if created:
201203
update_alert = client.load(
202204
AlertDefinition, created.id, service_type
@@ -239,7 +241,6 @@ def test_integration_create_get_update_delete_alert_definition(
239241
delete_alert.delete()
240242
except Exception:
241243
assert False, "Could not delete alert definition during cleanup"
242-
pass
243244

244245
# confirm it's gone (if API returns 404 or raises)
245246
try:

0 commit comments

Comments
 (0)