Skip to content

Commit a0a01f0

Browse files
Wow, i didnt resolve the merge conflict with the pre-commit CI correctly
1 parent bdc5985 commit a0a01f0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
assert_type(sys._jit.is_enabled(), bool)
77
assert_type(sys._jit.is_active(), bool)
88

9-
# sys is not a package, so this should be an error
10-
import sys._jit # type: ignore
11-
129
def sys_is_not_a_package():
1310
# This has to be put into a function, because otherwise pyright
1411
# applies the type: ignore on the import sys._jit to the above usages of it

0 commit comments

Comments
 (0)