Skip to content

Commit 2b51217

Browse files
committed
pep8 compliance
1 parent 9eebec4 commit 2b51217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def test_zunionstore_with_weight(self, r):
951951
assert r.zrange('d', 0, -1, withscores=True) == \
952952
[(b('a2'), 5), (b('a4'), 12), (b('a3'), 20), (b('a1'), 23)]
953953

954-
#HYPERLOGLOG TESTS
954+
# HYPERLOGLOG TESTS
955955
@skip_if_server_version_lt('2.8.9')
956956
def test_pfadd(self, r):
957957
members = set([b('1'), b('2'), b('3')])

0 commit comments

Comments
 (0)