Skip to content

Commit f939a44

Browse files
passchieriborntyping
authored andcommitted
satisfy mypy
1 parent 607485d commit f939a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colorlog/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _basicConfig():
7070
)
7171

7272
if sys.version_info >= (3, 13):
73-
with logging._lock:
73+
with logging._lock: # type: ignore
7474
_basicConfig()
7575
else:
7676
logging._acquireLock() # type: ignore

0 commit comments

Comments
 (0)