8000 bump fraction.py to 3.14 · python/typeshed@c4d963f · GitHub
[go: up one dir, main page]

Skip to content

Commit c4d963f

Browse files
committed
bump fraction.py to 3.14
1 parent 15c4850 commit c4d963f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/@tests/test_cases/builtins/check_pow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
# This is probably because of differences in @overload handling.
5252
assert_type(pow(Fraction(), 4, None), Fraction) # pyright: ignore[reportAssertTypeFailure]
5353
assert_type(Fraction() ** 4, Fraction)
54-
assert_type(Fraction() ** 4 % None, Fraction)
5554

5655
assert_type(pow(Fraction(3, 7), complex(1, 8)), complex)
5756
assert_type(Fraction(3, 7) ** complex(1, 8), complex)

0 commit comments

Comments
 (0)
0