diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-09 10:55:05 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-09 11:10:08 +0200 |
| commit | 1429e722f265a4f4229b5f7eaa6a6df3161c342a (patch) | |
| tree | 918f2bed6a308b23bbbd8c3cbf6e0d3597f8d3ce /django/templatetags | |
| parent | 522dd021b2738d15723448808606491063ff2e70 (diff) | |
Sorted imports in django/templatetags/tz.py per isort.
Diffstat (limited to 'django/templatetags')
| -rw-r--r-- | django/templatetags/tz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/templatetags/tz.py b/django/templatetags/tz.py index 222c6c52df..e8787ac10c 100644 --- a/django/templatetags/tz.py +++ b/django/templatetags/tz.py @@ -1,5 +1,5 @@ import zoneinfo -from datetime import datetime, tzinfo, UTC +from datetime import UTC, datetime, tzinfo from django.template import Library, Node, TemplateSyntaxError from django.utils import timezone |
