Skip to content

Commit

Permalink
Merge pull request #695 from SUNET/ylle_remove_duplication
Browse files Browse the repository at this point in the history
remove duplicated code
  • Loading branch information
johanlundberg authored Sep 18, 2024
2 parents 6d90890 + 62a6e7c commit 5f12aac
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 @@ -3,8 +3,8 @@
from collections.abc import Mapping
from typing import Any

from eduid.common.decorators import deprecated
from eduid.userdb.db import BaseDB, SaveResult, TUserDbDocument
from eduid.userdb.deprecation 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 5f12aac

Please sign in to comment.