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:
parent
522dd021b2
commit
1429e722f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user