Skip to content

Commit fa5d10a

Browse files
committed
Remove duplicate import
1 parent 124928d commit fa5d10a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ack_backend/src/update_ack_file.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
from io import StringIO, BytesIO
55
from typing import Union
66
from botocore.exceptions import ClientError
7-
from audit_table import change_audit_table_status_to_processed
8-
from clients import s3_client, logger, lambda_client
97
from audit_table import change_audit_table_status_to_processed, get_next_queued_file_details
8+
from clients import s3_client, logger, lambda_client
109
from constants import (
1110
ACK_HEADERS,
1211
get_source_bucket_name,

0 commit comments

Comments
 (0)