We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a228752 + 602b536 commit 9f61a74Copy full SHA for 9f61a74
1 file changed
00-Starter-Seed/server.py
@@ -28,7 +28,6 @@ class AuthError(Exception):
28
An AuthError is raised whenever the authentication failed.
29
"""
30
def __init__(self, error: Dict[str, str], status_code: int):
31
- def __init__(self, error, status_code):
32
super().__init__()
33
self.error = error
34
self.status_code = status_code
0 commit comments