Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam DePue committed Dec 3, 2015
1 parent 988dee6 commit 5287ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_form_fields.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django import forms
from django.utils.unittest import TestCase
from unittest import TestCase

from django_richenum.forms import CanonicalEnumField
from django_richenum.forms import IndexEnumField
Expand Down
2 changes: 1 addition & 1 deletion tests/test_model_form.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django import forms
from django.utils.unittest import TestCase
from unittest import TestCase

from .models import NumNode

Expand Down

0 comments on commit 5287ee1

Please sign in to comment.