Skip to content

Commit 8095dbc

Browse files
committed
bump fraction.py to 3.14
1 parent 8eba6d8 commit 8095dbc

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)