Closed Andrew-S-Rosen closed 2 weeks ago
Thanks for this pull request. I didn't know about this. However, I think it is better to merge this request after planned refactoring, as sevennet is not fully typed and existing type hints, especially in old modules, are not reviewed. It might confuse users with wrong type annotations.
That's fair enough! Please feel free to close if you'd like. It's not a big deal either way.
As recommended in pep 0561, a blank
py.typed
marker should be included when type hints are used so downstream codes can type check withmypy
and similar tools.