Skip to content

Commit 9f61a74

Browse files
authored
Merge pull request #54 from jrnp97/patch-1
Remove double __init__ conflict
2 parents a228752 + 602b536 commit 9f61a74

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)