summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/test_storage.py')
-rw-r--r--tests/staticfiles_tests/test_storage.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/staticfiles_tests/test_storage.py b/tests/staticfiles_tests/test_storage.py
index e06e54487e..d0dcafc123 100644
--- a/tests/staticfiles_tests/test_storage.py
+++ b/tests/staticfiles_tests/test_storage.py
@@ -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