Skip to content

Commit 266fd5a

Browse files
committed
REMOVE: unused exeption
1 parent ad84ab0 commit 266fd5a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flask_graphql_auth/exceptions.py

-7
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ class NoAuthorizationError(JWTExtendedException):
2626
pass
2727

2828

29-
class CSRFError(JWTExtendedException):
30-
"""
31-
An error with CSRF protection
32-
"""
33-
pass
34-
35-
3629
class WrongTokenError(JWTExtendedException):
3730
"""
3831
Error raised when attempting to use a refresh token to access an endpoint

0 commit comments

Comments
 (0)