mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -63,6 +63,7 @@ class Traceback(Sequence[Frame]):
|
||||
def format(self, limit: int | None = ..., most_recent_first: bool = ...) -> list[str]: ...
|
||||
else:
|
||||
def format(self, limit: int | None = ...) -> list[str]: ...
|
||||
|
||||
@overload
|
||||
def __getitem__(self, i: SupportsIndex) -> Frame: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user