Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 7, 2024
1 parent 4c5857a commit 04966b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codeforlife/models/base_session_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_model_class(cls) -> t.Type[AnyAbstractBaseSession]:

@classmethod
def get_user_class(cls) -> t.Type[AnyAbstractBaseUser]:
"""Get the user class."""
# pylint: disable-next=no-member
return t.get_args(cls.__orig_bases__[0])[ # type: ignore[attr-defined]
1
Expand Down

0 comments on commit 04966b5

Please sign in to comment.