Skip to content

Commit

Permalink
make reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
helylle committed Sep 18, 2024
1 parent da0538b commit 62a6e7c
Showing 1 changed file with 1 addition and 1 deletion.
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.userdb.db import BaseDB, SaveResult, TUserDbDocument
from eduid.common.decorators import deprecated
from eduid.userdb.db import BaseDB, SaveResult, TUserDbDocument
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 62a6e7c

Please sign in to comment.