notify-api-413 fix flake8

This commit is contained in:
Kenneth Kehl
2023-08-16 10:42:52 -07:00
parent e037df8cbc
commit 807941ac86

View File

@@ -140,4 +140,4 @@ def _do_fancy_exception_handling(e):
): ):
raise AwsSesClientThrottlingSendRateException(str(e)) raise AwsSesClientThrottlingSendRateException(str(e))
else: else:
raise AwsSesClientException(str(e)) raise AwsSesClientException(str(e))