Skip to content

Commit f6c68ce

Browse files
committed
Fixing linters
1 parent a7f307e commit f6c68ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_asyncio/test_ssl.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
import asyncio
2-
import ssl
3-
import socket
41
from urllib.parse import urlparse
52
import pytest
63
import pytest_asyncio
74
import redis.asyncio as redis
8-
from redis.exceptions import RedisError, ConnectionError
9-
import ssl
105

116
# Skip test or not based on cryptography installation
127
try:

0 commit comments

Comments
 (0)