diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-01 13:23:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-01 13:23:48 -0400 |
| commit | cde31daf8815e05b4b86b857b49fb0e31e1f0a38 (patch) | |
| tree | ed5c0c630b977034ef1a3e4e0a4cc8d33a519523 /tests/staticfiles_tests/test_storage.py | |
| parent | 4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff) | |
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/staticfiles_tests/test_storage.py')
| -rw-r--r-- | tests/staticfiles_tests/test_storage.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/staticfiles_tests/test_storage.py b/tests/staticfiles_tests/test_storage.py index f5372b22b8..12d4c85c01 100644 --- a/tests/staticfiles_tests/test_storage.py +++ b/tests/staticfiles_tests/test_storage.py @@ -7,8 +7,9 @@ from io import StringIO 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 |
