Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 6, 2024
1 parent 0b03cbc commit 53ad606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/serializers/fruit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

from ..models import Fruit

# pylint: disable=missing-class-docstring
# pylint: disable=too-many-ancestors


# pylint: disable-next=missing-class-docstring
class FruitSerializer(ModelSerializer[User, Fruit]):
class Meta:
model = Fruit
Expand Down

0 comments on commit 53ad606

Please sign in to comment.