Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
saevarom committed Jul 19, 2024
1 parent d26e7f8 commit af84991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_filters/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from .utils import get_model_field, label_for_filter

try:
from django.utils.choices import BaseChoiceIterator, normalize_choices
from django.utils.choices import normalize_choices
except ImportError:
DJANGO_50 = False
else:
Expand Down

0 comments on commit af84991

Please sign in to comment.