mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -7,5 +7,6 @@ class sha(object):
|
||||
def copy(self) -> sha: ...
|
||||
|
||||
def new(string: str = ...) -> sha: ...
|
||||
|
||||
blocksize: int
|
||||
digest_size: int
|
||||
|
||||
Reference in New Issue
Block a user