nytai commented on a change in pull request #14036:
URL: https://github.com/apache/superset/pull/14036#discussion_r610183530



##########
File path: superset/views/base.py
##########
@@ -30,6 +30,7 @@
 from flask_appbuilder.models.sqla.filters import BaseFilter
 from flask_appbuilder.security.sqla.models import Role, User
 from flask_appbuilder.widgets import ListWidget
+from flask_jwt_extended.exceptions import NoAuthorizationError

Review comment:
       😭 looks like it's just inheriting from `Exception`
   
   
https://github.com/vimalloc/flask-jwt-extended/blob/bab12d7cb91a7a605df0ba4a66c9f0a17ca0e511/flask_jwt_extended/exceptions.py#L25




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to