Skip to content

Commit a5076d2

Browse files
committed
Resolve Redefinition of unused logger
1 parent 6b75566 commit a5076d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

useful_resources/sample_code/s3_to_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import os # noqa E402 module-import-not-at-top-of-file
2828
import logging # noqa E402 module-import-not-at-top-of-file
2929

30-
from parsons import S3, logger # noqa E402 module-import-not-at-top-of-file
30+
from parsons import S3 # noqa E402 module-import-not-at-top-of-file
3131
from parsons.utilities import files # noqa E402 module-import-not-at-top-of-file
3232

3333
# Setup

0 commit comments

Comments
 (0)