Skip to content

Commit 8ccf752

Browse files
committed
resolve lint failure
1 parent 9c3b31a commit 8ccf752

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_cluster.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,12 @@ def test_user_connection_pool_timeout(self, request):
790790
"""
791791

792792
timeout = 3
793-
client = _get_client(RedisCluster, request, timeout=timeout, connection_pool_class=redis.BlockingConnectionPool)
793+
client = _get_client(
794+
RedisCluster,
795+
request,
796+
timeout=timeout,
797+
connection_pool_class=redis.BlockingConnectionPool,
798+
)
794799
for _, node_config in client.nodes_manager.startup_nodes.items():
795800
assert node_config.redis_connection.connection_pool.timeout == timeout
796801

0 commit comments

Comments
 (0)