mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed imports per isort 4.3.0.
This commit is contained in:
parent
9cd313fc2e
commit
9bcf73d788
17 changed files with 14 additions and 29 deletions
|
@ -1,6 +1,5 @@
|
|||
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