1
0
forked from VimPlug/jedi

Fix a few flake8 issues

This commit is contained in:
Dave Halter
2025-06-16 16:41:36 +02:00
parent 13063221f2
commit 7c27da8d68
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ def clear_time_caches(delete_all: bool = False) -> None:
:param delete_all: Deletes also the cache that is normally not deleted,
like parser cache, which is important for faster parsing.
"""
global _time_caches
global _time_caches # noqa: F824
if delete_all:
for cache in _time_caches.values():