mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-19 14:40:30 +08:00
Fix annotations with literal values (#3411)
This commit is contained in:
committed by
Jelle Zijlstra
parent
6a7c2011cc
commit
87d7dd3d95
+2
-2
@@ -2,5 +2,5 @@
|
||||
|
||||
from hashlib import md5 as md5, md5 as new
|
||||
|
||||
blocksize = 0
|
||||
digest_size = 0
|
||||
blocksize: int
|
||||
digest_size: int
|
||||
|
||||
Reference in New Issue
Block a user