Skip to content

Commit e399042

Browse files
committed
add missing import
1 parent 747df47 commit e399042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_enum/tests/tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
SmallPosIntEnum,
2424
TextEnum,
2525
)
26+
from django_enum.forms import EnumChoiceField
2627
from django_enum.tests.djenum.forms import EnumTesterForm
2728
from django_enum.tests.djenum.models import EnumTester
2829
from django_test_migrations.constants import MIGRATION_TEST_MARKER

0 commit comments

Comments
 (0)