Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 13, 2024
1 parent 7352dea commit bcde4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/serializers/contributor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from .contributor import ContributorSerializer


# pylint: disable-next=missing-class-docstring,
# pylint: disable-next=missing-class-docstring,too-many-ancestors
class TestContributorSerializer(ModelSerializerTestCase[Contributor]):
model_serializer_class = ContributorSerializer

0 comments on commit bcde4fa

Please sign in to comment.