Skip to content

Commit 4e42975

Browse files
committed
fix formatting
1 parent 656d835 commit 4e42975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ def test_should_render_date_time_in_default_timezone(self):
16261626

16271627

16281628
@pytest.mark.skipif(pytz is None or django.VERSION >= (5,),
1629-
reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.")
1629+
reason="Django 5.0 has removed pytz; this test should eventually be able to get removed.")
16301630
class TestPytzNaiveDayLightSavingTimeTimeZoneDateTimeField(FieldValues):
16311631
"""
16321632
Invalid values for `DateTimeField` with datetime in DST shift (non-existing or ambiguous) and timezone with DST.

0 commit comments

Comments
 (0)