Commit 4ed75733 authored by Sean Bleier's avatar Sean Bleier

Remove repeated kwarg.

parent ad01964f
......@@ -26,7 +26,6 @@ class CacheConnectionPool(object):
port=6379,
ssl=False,
db=1,
ssl=False,
password=None,
parser_class=None,
unix_socket_path=None,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment