mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -31,6 +31,7 @@ class Fraction(Rational):
|
||||
def limit_denominator(self, max_denominator: int = ...) -> Fraction: ...
|
||||
if sys.version_info >= (3, 8):
|
||||
def as_integer_ratio(self) -> tuple[int, int]: ...
|
||||
|
||||
@property
|
||||
def numerator(self) -> int: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user