mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +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:
|
for input_format, values in tests:
|
||||||
f = DateTimeField(input_formats=[input_format])
|
f = DateTimeField(input_formats=[input_format])
|
||||||
for value, expected_datetime in values:
|
for value, expected_datetime in values:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user