We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f76d23 commit cfd62c5Copy full SHA for cfd62c5
coverage_pyver_pragma/__init__.py
@@ -58,7 +58,7 @@
58
"""
59
60
61
-@functools.lru_cache
+@functools.lru_cache()
62
def evaluate_exclude(expression: str) -> bool:
63
64
Evaluate the given expression to determine whether the line should be excluded from coverage.
0 commit comments