Skip to content

Commit

Permalink
fix for Python 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSkriblovsky committed Dec 25, 2017
1 parent e0dcd23 commit 0136031
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sentinel.py
Expand Up @@ -108,7 +108,6 @@ def delConnection(self, conn): pass

class FakeAuthenticatedRedisFactory(FakeRedisFactory):
def __init__(self, requirepass):
FakeRedisFactory.__init__(self)
self.requirepass = requirepass

def buildProtocol(self, addr):
Expand Down

0 comments on commit 0136031

Please sign in to comment.