Skip to content

Commit 5ac7796

Browse files
committed
Run isort
1 parent 221f3d3 commit 5ac7796

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tests/test_djangocache.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@
1111
from unittest import mock
1212

1313
from django.conf import settings
14-
from django.core.cache import (
15-
CacheKeyWarning,
16-
cache,
17-
caches,
18-
)
14+
from django.core.cache import CacheKeyWarning, cache, caches
1915
from django.http import HttpResponse
2016
from django.middleware.cache import (
2117
FetchFromCacheMiddleware,
2218
UpdateCacheMiddleware,
2319
)
24-
from django.test import (
25-
RequestFactory,
26-
TestCase,
27-
override_settings,
28-
)
20+
from django.test import RequestFactory, TestCase, override_settings
2921
from django.test.signals import setting_changed
3022

3123
################################################################################

0 commit comments

Comments
 (0)