mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05: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}")
|
||||
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():
|
||||
|
||||
Reference in New Issue
Block a user