Skip to content

Commit 749f105

Browse files
committed
Remove dead code
1 parent 5a79b81 commit 749f105

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

futuramaapi/routers/rest/root/schemas.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

futuramaapi/routers/rest/users/schemas.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ def build_confirmation_url(self) -> Self:
120120
return self
121121

122122

123-
class PasswordMismatchError(Exception): ...
124-
125-
126123
class User(UserBase, BaseModelDatabaseMixin):
127124
cookie_auth_key: ClassVar[str] = "Authorization"
128125
cookie_expiration_time: ClassVar[int] = AuthSessionModel.cookie_expiration_time

0 commit comments

Comments
 (0)