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 a0a01f0 commit ee2a566Copy full SHA for ee2a566
1 file changed
stdlib/@tests/test_cases/sys/check_jit.py
@@ -6,7 +6,7 @@
6
assert_type(sys._jit.is_enabled(), bool)
7
assert_type(sys._jit.is_active(), bool)
8
9
- def sys_is_not_a_package():
+ def sys_is_not_a_package() -> None:
10
# This has to be put into a function, because otherwise pyright
11
# applies the type: ignore on the import sys._jit to the above usages of it
12
import sys._jit # type: ignore
0 commit comments