mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.11.x] Sorted imports per isort 4.2.9.
Backport of cde31daf88 from master
This commit is contained in:
@@ -8,8 +8,9 @@ import unittest
|
||||
|
||||
from django.conf import settings
|
||||
from django.contrib.staticfiles import finders, storage
|
||||
from django.contrib.staticfiles.management.commands.collectstatic import \
|
||||
Command as CollectstaticCommand
|
||||
from django.contrib.staticfiles.management.commands.collectstatic import (
|
||||
Command as CollectstaticCommand,
|
||||
)
|
||||
from django.core.cache.backends.base import BaseCache
|
||||
from django.core.management import call_command
|
||||
from django.test import override_settings
|
||||
|
||||
Reference in New Issue
Block a user