PLW0602: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 20:05:52 +02:00
parent a7bce4cb19
commit 1dda60847e
4 changed files with 0 additions and 6 deletions

View File

@@ -100,7 +100,6 @@ def profile(func: Callable) -> Callable:
"""
def wrapper(*args: Any, **kwargs: Any) -> Any:
global PROFS
profiler = PROFS[func]
try: