Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyTheHacker committed Sep 18, 2024
1 parent 0daa63d commit ccdefc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/core/models/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__all__: Sequence[str] = ("HashedDiscordMemberManager", "RelatedDiscordMemberManager")


import abc
import logging
from collections.abc import Callable, MutableMapping
Expand Down Expand Up @@ -260,3 +260,4 @@ async def _aremove_unhashed_id_from_kwargs(self, kwargs: dict[str, object]) -> d
raise self.model.DoesNotExist from does_not_exist_error

return kwargs

0 comments on commit ccdefc2

Please sign in to comment.