Skip to content

Commit d4c329d

Browse files
committed
fix import location
1 parent 55b1ad8 commit d4c329d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wc_utils/debug_logs/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from copy import deepcopy
1010
import sys
11+
import warnings
1112

1213
from wc_utils.debug_logs.config import LoggerConfigurator
1314

@@ -39,7 +40,6 @@ def setup_logs(self, options):
3940
if 'debug_logs' in options:
4041
options = options['debug_logs']
4142

42-
import warnings
4343
with warnings.catch_warnings():
4444
# Ignore warnings in codecs that are generated by logging2.FileHandler() calls
4545
# logging2 is an archived repo

0 commit comments

Comments
 (0)