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 b88a718 commit 7a61ec9Copy full SHA for 7a61ec9
tests/test_backend.py
@@ -6,12 +6,10 @@
6
from unittest.mock import patch
7
8
import pytest
9
-from django.conf import settings
10
from django.core.cache import caches
11
from pytest_django.fixtures import SettingsWrapper
12
from pytest_mock import MockerFixture
13
14
-import django_redis.cache
15
from django_redis.cache import RedisCache
16
from django_redis.client import ShardClient, herd
17
from django_redis.serializers.json import JSONSerializer
0 commit comments