fix formatting

This commit is contained in:
Jakub Kulík 2025-06-04 15:38:05 +02:00
parent 656d83562f
commit 4e42975bba

View File

@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase):
@pytest.mark.skipif(pytz is None or django.VERSION >= (5,), @pytest.mark.skipif(pytz is None or 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):
""" """
Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST. Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.