mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-06 21:33:34 +03:00
remove trailing whitespace
This commit is contained in:
parent
5b253461c8
commit
3817fb9282
|
@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif(
|
@pytest.mark.skipif(
|
||||||
condition=django.VERSION >= (5,),
|
condition=django.VERSION >= (5,),
|
||||||
reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.",
|
reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.",
|
||||||
)
|
)
|
||||||
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):
|
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user