Updated an import per isort.

This commit is contained in:
Tim Graham 2016-08-10 15:27:31 -04:00
parent 4591cf3fd8
commit 176f27049e
1 changed files with 2 additions and 1 deletions

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