mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 13:19:49 -04:00
fix flake8
This commit is contained in:
@@ -194,7 +194,7 @@ def get_job_from_s3(service_id, job_id):
|
|||||||
current_app.logger.error(f"Failed to get object from bucket {e}")
|
current_app.logger.error(f"Failed to get object from bucket {e}")
|
||||||
raise
|
raise
|
||||||
|
|
||||||
raise Exception(f"Failed to get object after 5 attempts")
|
raise Exception("Failed to get object after 5 attempts")
|
||||||
|
|
||||||
|
|
||||||
def incr_jobs_cache_misses():
|
def incr_jobs_cache_misses():
|
||||||
|
|||||||
Reference in New Issue
Block a user