mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Removed unused variable in test_datetimefield_clean_input_formats.
This commit is contained in:
parent
a125da6a7c
commit
e875fac886
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user