Skip to content

Commit bcf0601

Browse files
Remove the claim of the issue cause in the test case, as its not confirmed
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent ee2a566 commit bcf0601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
assert_type(sys._jit.is_active(), bool)
88

99
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
10+
# This has to be put into a function, because otherwise the presence
11+
# of this import statement causes errors on the above usages of `sys._jit`.
1212
import sys._jit # type: ignore

0 commit comments

Comments
 (0)