We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124928d commit fa5d10aCopy full SHA for fa5d10a
ack_backend/src/update_ack_file.py
@@ -4,9 +4,8 @@
4
from io import StringIO, BytesIO
5
from typing import Union
6
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
9
from audit_table import change_audit_table_status_to_processed, get_next_queued_file_details
+from clients import s3_client, logger, lambda_client
10
from constants import (
11
ACK_HEADERS,
12
get_source_bucket_name,
0 commit comments