diff options
| author | Tim Graham <timograham@gmail.com> | 2018-02-02 14:44:07 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-02 14:44:07 -0500 |
| commit | d0a42a14c06e033922f6d51e6384cba53be887b6 (patch) | |
| tree | 1254746fd276b98103990ad99b056e363cf51e41 /tests/forms_tests | |
| parent | 6a039800db7ce4aa4c1afecd26791c43ddde8920 (diff) | |
Fixed imports per isort 4.3.1.
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
Diffstat (limited to 'tests/forms_tests')
| -rw-r--r-- | tests/forms_tests/field_tests/test_charfield.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/forms_tests/field_tests/test_charfield.py b/tests/forms_tests/field_tests/test_charfield.py index e9819268eb..cbacf4d0d7 100644 --- a/tests/forms_tests/field_tests/test_charfield.py +++ b/tests/forms_tests/field_tests/test_charfield.py @@ -1,5 +1,6 @@ from django.forms import ( - CharField, HiddenInput, PasswordInput, Textarea, TextInput, ValidationError, + CharField, HiddenInput, PasswordInput, Textarea, TextInput, + ValidationError, ) from django.test import SimpleTestCase |
