diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-05-20 05:02:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 06:02:28 +0200 |
| commit | e875fac8868c774b6a99428a812d9a4224d78277 (patch) | |
| tree | 5929ac0faaa8a8055b47bf1941bfb186fa1aa93e /tests/forms_tests/field_tests/test_datetimefield.py | |
| parent | a125da6a7c79b1d4c55677d0bed6f9b1d7d77353 (diff) | |
Removed unused variable in test_datetimefield_clean_input_formats.
Diffstat (limited to 'tests/forms_tests/field_tests/test_datetimefield.py')
| -rw-r--r-- | tests/forms_tests/field_tests/test_datetimefield.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/forms_tests/field_tests/test_datetimefield.py b/tests/forms_tests/field_tests/test_datetimefield.py index f0e6ada3c5..5d118cfdd2 100644 --- a/tests/forms_tests/field_tests/test_datetimefield.py +++ b/tests/forms_tests/field_tests/test_datetimefield.py @@ -104,7 +104,6 @@ class DateTimeFieldTest(SimpleTestCase): ), )), ] - f = DateTimeField() for input_format, values in tests: f = DateTimeField(input_formats=[input_format]) for value, expected_datetime in values: |
