Skip to content

Commit ebd2a61

Browse files
author
opapy
committed
fix flake8
1 parent bca3fa6 commit ebd2a61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

django_elastipymemcache/cluster_utils.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ def __init__(self, cmd, response):
1919
'Unexpected response {} for command {}'.format(response, cmd))
2020

2121

22-
def get_cluster_info(host, port, ignore_cluster_errors=False, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
22+
def get_cluster_info(
23+
host,
24+
port,
25+
ignore_cluster_errors=False,
26+
timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
2327
"""
2428
return dict with info about nodes in cluster and current version
2529
{

0 commit comments

Comments
 (0)