1
0
mirror of https://github.com/django/django.git synced 2025-04-24 01:04:39 +00:00

Sorted imports in django/templatetags/tz.py per isort.

This commit is contained in:
Sarah Boyce 2025-04-09 10:55:05 +02:00
parent 522dd021b2
commit 1429e722f2

View File

@ -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