Skip to content

Commit

Permalink
remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
helylle committed Sep 18, 2024
1 parent 6d90890 commit da0538b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
68 changes: 0 additions & 68 deletions src/eduid/userdb/deprecation.py

This file was deleted.

2 changes: 1 addition & 1 deletion src/eduid/userdb/security/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Any

from eduid.userdb.db import BaseDB, SaveResult, TUserDbDocument
from eduid.userdb.deprecation import deprecated
from eduid.common.decorators import deprecated
from eduid.userdb.exceptions import MultipleDocumentsReturned
from eduid.userdb.security.state import PasswordResetEmailAndPhoneState, PasswordResetEmailState, PasswordResetState
from eduid.userdb.security.user import SecurityUser
Expand Down

0 comments on commit da0538b

Please sign in to comment.