remove trailing whitespace

This commit is contained in:
Jakub Kulík 2025-06-05 08:28:50 +02:00
parent 5b253461c8
commit 3817fb9282

View File

@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase):
@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.",
)
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):