Skip to content

Commit

Permalink
satisfy mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
passchieri authored and borntyping committed Oct 29, 2024
1 parent 607485d commit f939a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colorlog/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _basicConfig():
)

if sys.version_info >= (3, 13):
with logging._lock:
with logging._lock: # type: ignore
_basicConfig()
else:
logging._acquireLock() # type: ignore
Expand Down

0 comments on commit f939a44

Please sign in to comment.