Skip to content

Commit 5f26d4f

Browse files
authored
Merge pull request #1407 from gnocchixyz/mergify/bp/stable/4.6/pr-1405
Function call issue for parsing sentinel_fallback (backport #1405)
2 parents 2bb3917 + b5a0a3f commit 5f26d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnocchi/common/redis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
]
120120

121121

122-
def _parse_sentinel(cls, sentinel):
122+
def _parse_sentinel(sentinel):
123123
# IPv6 (eg. [::1]:6379 )
124124
match = re.search(r'^\[(\S+)\]:(\d+)$', sentinel)
125125
if match:

0 commit comments

Comments
 (0)