mirror of
https://github.com/django/django.git
synced 2025-09-27 12:39:17 +00:00
Updated an import per isort.
This commit is contained in:
parent
4591cf3fd8
commit
176f27049e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from django.forms import (
|
from django.forms import (
|
||||||
CharField, HiddenInput, PasswordInput, Textarea, TextInput, ValidationError,
|
CharField, HiddenInput, PasswordInput, Textarea, TextInput,
|
||||||
|
ValidationError,
|
||||||
)
|
)
|
||||||
from django.test import SimpleTestCase
|
from django.test import SimpleTestCase
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue