Skip to content

Commit 3bcfc9e

Browse files
authored
test_typing_extensions: fix lint (#1111)
1 parent 0ca0e45 commit 3bcfc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typing_extensions/src/test_typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ def stmethod(): ...
25912591
def prop(self): ...
25922592

25932593
@final
2594-
@lru_cache()
2594+
@lru_cache() # noqa: B019
25952595
def cached(self): ...
25962596

25972597
# Use getattr_static because the descriptor returns the

0 commit comments

Comments
 (0)