Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Add missing xrange import
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Dec 26, 2014
1 parent 4e8da6f commit 48dd441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rediscluster/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 3rd party imports
from redis import StrictRedis
from redis.exceptions import ResponseError, ConnectionError
from redis._compat import imap, unicode
from redis._compat import imap, unicode, xrange


class StrictClusterPipeline(RedisCluster):
Expand Down

0 comments on commit 48dd441

Please sign in to comment.