fastapi-jwt-auth icon indicating copy to clipboard operation
fastapi-jwt-auth copied to clipboard

Add py.typed for static type checkers

Open sanders41 opened this issue 3 years ago • 0 comments

Currently static type checkers such as MyPy complain that this package does not have types. Adding a py.typed file lets the type checkers and editors know that types are present.

sanders41 avatar Nov 09 '21 15:11 sanders41