From 8e6c079c0943dba45ebba31c963a63b27742953b Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 26 Sep 2024 15:22:13 -0700 Subject: [PATCH] fix flake8 --- app/aws/s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/aws/s3.py b/app/aws/s3.py index 02e12db60..690c98e6a 100644 --- a/app/aws/s3.py +++ b/app/aws/s3.py @@ -8,7 +8,6 @@ from boto3 import Session from flask import current_app from app.clients import AWS_CLIENT_CONFIG -from app.utils import hilite from notifications_utils import aware_utcnow FILE_LOCATION_STRUCTURE = "service-{}-notify/{}.csv"