mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
Sorted imports in django/templatetags/tz.py per isort.
This commit is contained in:
parent
522dd021b2
commit
1429e722f2
@ -1,5 +1,5 @@
|
|||||||
import zoneinfo
|
import zoneinfo
|
||||||
from datetime import datetime, tzinfo, UTC
|
from datetime import UTC, datetime, tzinfo
|
||||||
|
|
||||||
from django.template import Library, Node, TemplateSyntaxError
|
from django.template import Library, Node, TemplateSyntaxError
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user