1
0
mirror of https://github.com/django/django.git synced 2025-03-25 16:50:45 +00:00

Updated an import per isort.

This commit is contained in:
Tim Graham 2016-08-10 15:27:31 -04:00
parent 4591cf3fd8
commit 176f27049e

View File

@ -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