Skip to content

Commit 1f6876a

Browse files
committed
Removed unused imports
1 parent 2d8cf27 commit 1f6876a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

redis/cache.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import copy
2-
import weakref
31
from abc import ABC, abstractmethod
42
from collections import OrderedDict
53
from enum import Enum

tests/test_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import socket
33
import threading
44
import types
5-
import weakref
65
from typing import Any
76
from unittest import mock
87
from unittest.mock import call, patch

0 commit comments

Comments
 (0)