mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +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 django.forms import (
|
||||
CharField, HiddenInput, PasswordInput, Textarea, TextInput, ValidationError,
|
||||
CharField, HiddenInput, PasswordInput, Textarea, TextInput,
|
||||
ValidationError,
|
||||
)
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue