Files
typeshed/stdlib/2/md5.pyi
Jelle Zijlstra 5d553c9584 apply black and isort (#4287)
* apply black and isort

* move some type ignores
2020-06-28 13:31:00 -07:00

7 lines
106 B
Python

# Stubs for Python 2.7 md5 stdlib module
from hashlib import md5 as new
blocksize: int
digest_size: int