We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221f3d3 commit 5ac7796Copy full SHA for 5ac7796
tests/test_djangocache.py
@@ -11,21 +11,13 @@
11
from unittest import mock
12
13
from django.conf import settings
14
-from django.core.cache import (
15
- CacheKeyWarning,
16
- cache,
17
- caches,
18
-)
+from django.core.cache import CacheKeyWarning, cache, caches
19
from django.http import HttpResponse
20
from django.middleware.cache import (
21
FetchFromCacheMiddleware,
22
UpdateCacheMiddleware,
23
)
24
-from django.test import (
25
- RequestFactory,
26
- TestCase,
27
- override_settings,
28
+from django.test import RequestFactory, TestCase, override_settings
29
from django.test.signals import setting_changed
30
31
################################################################################
0 commit comments