Add support for mypy and typing #444
Labels
triage me
I really want to be triaged.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Uh oh!
There was an error while loading. Please reload this page.
currently mypy complains on using this library.
This can be fixed by asking mypy to ignore typing for this library (using
# type: ignore
)Can type hints be added in the library?
Ref: PEP-484, PEP-561
The text was updated successfully, but these errors were encountered: