Skip to content

Commit 72db897

Browse files
committed
Disable "type ignore" in comment
1 parent 2b33075 commit 72db897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/check_functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def check_cached(x: int) -> int:
7272
# Type checkers should check the argument type, but this is currently not
7373
# possible. See https://github.com/python/typeshed/issues/6347 and
7474
# https://github.com/python/typeshed/issues/11280.
75-
# check_cached("invalid") # type: ignore
75+
# check_cached("invalid") # xtype: ignore
7676

7777
assert_type(check_cached.cache_info().misses, int)
7878

0 commit comments

Comments
 (0)