Add py.typed marker
Tatsh opened this issue · 2 comments
Tatsh commented
The code is mostly typed so I think it should have py.typed
included.
Mypy will not recognise this project's imports as being typed without seeing a py.typed
file in the module (the ninja_jwt
directory). VS Code will not recognise the types without first opening the relevant Python file.
eadwinCode commented
@Tatsh This has been resolved
Tatsh commented
Thanks.