Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 6, 2024
1 parent 48c9b46 commit 19cbfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/user/serializers/user_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .user import UserSerializer


# pylint: disable-next=missing-class-docstring
# pylint: disable-next=missing-class-docstring,too-many-ancestors
class TestUserSerializer(ModelSerializerTestCase[User, User]):
model_serializer_class = UserSerializer

Expand Down

0 comments on commit 19cbfda

Please sign in to comment.