Skip to content

Commit add64c5

Browse files
committed
Removed unused import
1 parent de0e4d7 commit add64c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import socket
33
import types
44
from errno import ECONNREFUSED
5-
from unittest.mock import patch, call
5+
from unittest.mock import patch
66

77
import pytest
88
import redis

0 commit comments

Comments
 (0)