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 2d8cf27 commit 1f6876aCopy full SHA for 1f6876a
redis/cache.py
@@ -1,5 +1,3 @@
1
-import copy
2
-import weakref
3
from abc import ABC, abstractmethod
4
from collections import OrderedDict
5
from enum import Enum
tests/test_connection.py
@@ -2,7 +2,6 @@
import socket
import threading
import types
6
from typing import Any
7
from unittest import mock
8
from unittest.mock import call, patch
0 commit comments