Open stevegerrits opened 6 days ago
Summary.
import jwt.exceptions.PyJWTError should work as expected
What you expected. Valid import
AttributeError
What happened instead. AttributeError
import jwt.exceptions.PyJWTError
@stevegerrits you might want to try jwt.PyJWTError as the exceptions are all imported in the init.py and in that way made available directly on the package...
jwt.PyJWTError
Summary.
Expected Result
import jwt.exceptions.PyJWTError should work as expected
What you expected. Valid import
Actual Result
AttributeError
What happened instead. AttributeError
Reproduction Steps
import jwt.exceptions.PyJWTError