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.
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 (theninja_jwt
directory). VS Code will not recognise the types without first opening the relevant Python file.