From 4e42975bbac0555cdb4dc37563e88ea15ab01996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kul=C3=ADk?= Date: Wed, 4 Jun 2025 15:38:05 +0200 Subject: [PATCH] fix formatting --- tests/test_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 9f69a26a9..e6e9d17ad 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -1626,7 +1626,7 @@ class TestCustomTimezoneForDateTimeField(TestCase): @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): """ Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.