Skip to content

Commit 602b536

Browse files
authored
Remove double __init__ conflict
1 parent a228752 commit 602b536

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

00-Starter-Seed/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class AuthError(Exception):
2828
An AuthError is raised whenever the authentication failed.
2929
"""
3030
def __init__(self, error: Dict[str, str], status_code: int):
31-
def __init__(self, error, status_code):
3231
super().__init__()
3332
self.error = error
3433
self.status_code = status_code

0 commit comments

Comments
 (0)