summaryrefslogtreecommitdiff
path: root/tests/timezones/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timezones/tests.py')
-rw-r--r--tests/timezones/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/timezones/tests.py b/tests/timezones/tests.py
index 4ebd704f23..7f1bb20f7e 100644
--- a/tests/timezones/tests.py
+++ b/tests/timezones/tests.py
@@ -754,7 +754,6 @@ class ForcedTimeZoneDatabaseTests(TransactionTestCase):
@override_settings(TIME_ZONE="Africa/Nairobi")
class SerializationTests(SimpleTestCase):
-
# Backend-specific notes:
# - JSON supports only milliseconds, microseconds will be truncated.
# - PyYAML dumps the UTC offset correctly for timezone-aware datetimes.