mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fix annotations with literal values (#3411)
This commit is contained in:
committed by
Jelle Zijlstra
parent
6a7c2011cc
commit
87d7dd3d95
@@ -7,5 +7,5 @@ class sha(object):
|
||||
def copy(self) -> sha: ...
|
||||
|
||||
def new(string: str = ...) -> sha: ...
|
||||
blocksize = 0
|
||||
digest_size = 0
|
||||
blocksize: int
|
||||
digest_size: int
|
||||
|
||||
Reference in New Issue
Block a user