Updated an import per isort.
This commit is contained in:
parent
4591cf3fd8
commit
176f27049e
|
@ -1,7 +1,8 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.forms import (
|
||||
CharField, HiddenInput, PasswordInput, Textarea, TextInput, ValidationError,
|
||||
CharField, HiddenInput, PasswordInput, Textarea, TextInput,
|
||||
ValidationError,
|
||||
)
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
|
|
Loading…
Reference in New Issue