Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 672fdee commit 7895469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry_django/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def get_queryset(
info: Info,
*,
pagination: Optional[OffsetPaginationInput] = None,
_strawberry_related_field_id: Optional[str] = None, # noqa: RUF052
_strawberry_related_field_id: Optional[str] = None,
**kwargs,
) -> _QS:
queryset = super().get_queryset(queryset, info, **kwargs)
Expand Down

0 comments on commit 7895469

Please sign in to comment.