Skip to content

Commit ee2a566

Browse files
I love wasting CPU time running CI just to get a stupid error
1 parent a0a01f0 commit ee2a566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/@tests/test_cases/sys/check_jit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
assert_type(sys._jit.is_enabled(), bool)
77
assert_type(sys._jit.is_active(), bool)
88

9-
def sys_is_not_a_package():
9+
def sys_is_not_a_package() -> None:
1010
# This has to be put into a function, because otherwise pyright
1111
# applies the type: ignore on the import sys._jit to the above usages of it
1212
import sys._jit # type: ignore

0 commit comments

Comments
 (0)