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:
@@ -126,6 +126,7 @@ class PrettyPrinter:
|
||||
*,
|
||||
compact: bool = ...,
|
||||
) -> None: ...
|
||||
|
||||
def pformat(self, object: object) -> str: ...
|
||||
def pprint(self, object: object) -> None: ...
|
||||
def isreadable(self, object: object) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user