Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Sep 19, 2024
1 parent 2d8cf27 commit 1f6876a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions redis/cache.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import copy
import weakref
from abc import ABC, abstractmethod
from collections import OrderedDict
from enum import Enum
Expand Down
1 change: 0 additions & 1 deletion tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import socket
import threading
import types
import weakref
from typing import Any
from unittest import mock
from unittest.mock import call, patch
Expand Down

0 comments on commit 1f6876a

Please sign in to comment.