Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions redis/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1755,10 +1755,6 @@ def __len__(self):
""" """
return len(self.command_stack)

def __nonzero__(self):
"Pipeline instances should always evaluate to True on Python 2.7"
return True

def __bool__(self):
"Pipeline instances should always evaluate to True on Python 3+"
return True
Expand Down