mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -34,4 +34,5 @@ class Repr:
|
||||
def repr_instance(self, x: Any, level: int) -> str: ...
|
||||
|
||||
aRepr: Repr
|
||||
|
||||
def repr(x: object) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user