mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 21:31:09 +08:00
Bump black to 23.1.0 (#9647)
This commit is contained in:
@@ -70,7 +70,6 @@ class Bdb:
|
||||
def runcall(self, __func: Callable[_P, _T], *args: _P.args, **kwds: _P.kwargs) -> _T | None: ...
|
||||
|
||||
class Breakpoint:
|
||||
|
||||
next: int
|
||||
bplist: dict[tuple[str, int], list[Breakpoint]]
|
||||
bpbynumber: list[Breakpoint | None]
|
||||
|
||||
Reference in New Issue
Block a user