Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 8, 2024
1 parent ae0d7ff commit 59beb73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_filterset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
NumberFilter,
UUIDFilter,
)
from django_filters.filterset import FILTER_FOR_DBFIELD_DEFAULTS, FilterSet, filterset_factory
from django_filters.filterset import (
FILTER_FOR_DBFIELD_DEFAULTS,
FilterSet,
filterset_factory,
)
from django_filters.widgets import BooleanWidget

from .models import (
Expand Down

0 comments on commit 59beb73

Please sign in to comment.