We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607485d commit f939a44Copy full SHA for f939a44
1 file changed
colorlog/wrappers.py
@@ -70,7 +70,7 @@ def _basicConfig():
70
)
71
72
if sys.version_info >= (3, 13):
73
- with logging._lock:
+ with logging._lock: # type: ignore
74
_basicConfig()
75
else:
76
logging._acquireLock() # type: ignore
0 commit comments