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
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2023
1 parent 1e34eaa commit 9cf4747
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions stubs/django-filter/django_filters/filterset.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ class BaseFilterSet:
form_prefix: Any = ...
filters: Any = ...
def __init__(
self,
data: Any | None = ...,
queryset: Any | None = ...,
*,
request: Any | None = ...,
prefix: Any | None = ...,
self, data: Any | None = ..., queryset: Any | None = ..., *, request: Any | None = ..., prefix: Any | None = ...
) -> None: ...
def is_valid(self): ...
@property
Expand Down

0 comments on commit 9cf4747

Please sign in to comment.