Skip to content

Commit 1853ac5

Browse files
committed
fix missing import
1 parent 564f40b commit 1853ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_enum/tests/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from django.test import Client, TestCase
1313
from django.urls import reverse
1414
from django_enum import TextChoices
15-
from django_enum.forms import EnumChoiceField
15+
from django_enum.forms import EnumChoiceField # dont remove this
1616
from django_enum.tests.djenum.enums import (
1717
BigIntEnum,
1818
BigPosIntEnum,

0 commit comments

Comments
 (0)