fix flake8

This commit is contained in:
Kenneth Kehl
2023-07-21 11:32:31 -07:00
parent 89b733dd54
commit 6b83d7a55a
4 changed files with 8 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ def test_check_sms_no_event_error_condition(notify_api, mocker):
try:
aws_cloudwatch_client.check_sms(message_id, notification_id)
assert 1 == 0
except Exception as e:
except Exception:
assert 1 == 1