eadwinCode/django-ninja-jwt

Add py.typed marker

Tatsh opened this issue · 2 comments

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.

@Tatsh This has been resolved

Thanks.