mirror of https://github.com/rq/rq.git
linter: remove unused import of RedisCluster
test part still missed
This commit is contained in:
parent
2b922541ff
commit
f6480a81d5
|
@ -4,7 +4,6 @@ import unittest
|
|||
|
||||
import pytest
|
||||
from redis import Redis
|
||||
from redis.cluster import RedisCluster
|
||||
|
||||
|
||||
def find_empty_redis_database(ssl=False):
|
||||
|
|
Loading…
Reference in New Issue