Skip to content

Commit 89e1ba3

Browse files
committed
make isort happy
1 parent ecccc15 commit 89e1ba3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_fields.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
from unittest.mock import patch
1010
from zoneinfo import ZoneInfo
1111

12+
import django
1213
import pytest
1314
import pytz
14-
15-
import django
1615
from django.core.exceptions import ValidationError as DjangoValidationError
1716
from django.db.models import IntegerChoices, TextChoices
1817
from django.http import QueryDict

0 commit comments

Comments
 (0)