mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Sorted imports with isort; refs #23860.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.db import (
|
||||
connections, DEFAULT_DB_ALIAS,
|
||||
DatabaseError, Error, ProgrammingError)
|
||||
DEFAULT_DB_ALIAS, DatabaseError, Error, ProgrammingError, connections,
|
||||
)
|
||||
from django.utils.decorators import ContextDecorator
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user