diff --git a/stdlib/2/md5.pyi b/stdlib/2/md5.pyi index 69b3c98fe..96eabd146 100644 --- a/stdlib/2/md5.pyi +++ b/stdlib/2/md5.pyi @@ -1,6 +1,6 @@ # Stubs for Python 2.7 md5 stdlib module -from hashlib import md5 as new +from hashlib import md5 as md5, md5 as new blocksize: int digest_size: int