eadwinCode / django-ninja-jwt

A JSON Web Token authentication plugin for the Django REST Framework.
https://eadwincode.github.io/django-ninja-jwt/
MIT License
149 stars 21 forks source link

Add py.typed marker #90

Closed Tatsh closed 1 month ago

Tatsh commented 2 months ago

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 1 month ago

@Tatsh This has been resolved

Tatsh commented 1 month ago

Thanks.