We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3329464 commit 1b429feCopy full SHA for 1b429fe
flask_jwt_extended/utils.py
@@ -35,7 +35,7 @@ def get_jwt_claims():
35
def _get_jwt_manager():
36
try:
37
return current_app.jwt_manager
38
- except AttributeError:
+ except AttributeError: # pragma: no cover
39
raise RuntimeError("You must initialize a JWTManager with this flask"
40
"application before using this method")
41
0 commit comments