Skip to content

Commit 498207c

Browse files
MrButtCodecanihavesomecoffee
authored andcommitted
style: wrap comment to pass 120 character limit
1 parent 86b070d commit 498207c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utility.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ def cache_has_expired() -> bool:
9191
global cached_load_time
9292
import sys
9393

94-
# Foolproof bypass: if a test framework is running in the Python interpreter, bypass the cache to prevent mock pollution
94+
# Foolproof bypass: if a test framework is running in the Python
95+
# interpreter, bypass the cache to prevent mock pollution.
9596
if 'nose' in sys.modules or 'unittest' in sys.modules:
9697
return True
9798

0 commit comments

Comments
 (0)