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 55b1ad8 commit d4c329dCopy full SHA for d4c329d
wc_utils/debug_logs/core.py
@@ -8,6 +8,7 @@
8
9
from copy import deepcopy
10
import sys
11
+import warnings
12
13
from wc_utils.debug_logs.config import LoggerConfigurator
14
@@ -39,7 +40,6 @@ def setup_logs(self, options):
39
40
if 'debug_logs' in options:
41
options = options['debug_logs']
42
- import warnings
43
with warnings.catch_warnings():
44
# Ignore warnings in codecs that are generated by logging2.FileHandler() calls
45
# logging2 is an archived repo
0 commit comments