Skip to content

Commit

Permalink
# pylint: disable-next=too-many-ancestors
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 6, 2024
1 parent 5b1d3bd commit 0f503e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codeforlife/tests/model_view_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# pylint: disable=no-member,too-many-arguments


# pylint: disable-next=too-many-ancestors
class ModelViewSetClient(
APIClient[RequestUser], t.Generic[RequestUser, AnyModel]
):
Expand Down Expand Up @@ -613,6 +614,7 @@ def cron_job(self, action: str):
# pylint: enable=no-member


# pylint: disable-next=too-many-ancestors
class ModelViewSetTestCase(
APITestCase[RequestUser], t.Generic[RequestUser, AnyModel]
):
Expand Down

0 comments on commit 0f503e9

Please sign in to comment.