Skip to content

Commit b04882f

Browse files
committed
lint
1 parent e3832c3 commit b04882f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e_batch/test_e2e_batch.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
import time
33
from utils import (
44
upload_file_to_s3,
5-
get_file_content_from_s3,
5+
# get_file_content_from_s3,
66
# check_ack_file_content,
7-
check_inf_file_content,
7+
# check_inf_file_content,
88
# validate_row_count,
99
generate_csv_files,
1010
# OpMsgs,
1111
TestData,
12-
DestinationType,
12+
# DestinationType,
1313
# BusRowResult,
1414
cleanup
1515
)
@@ -19,7 +19,7 @@
1919
from constants import (
2020
SOURCE_BUCKET,
2121
INPUT_PREFIX,
22-
ACK_BUCKET,
22+
# ACK_BUCKET,
2323
environment
2424
)
2525

0 commit comments

Comments
 (0)