Skip to content

Commit 4ed7573

Browse files
committed
Remove repeated kwarg.
1 parent ad01964 commit 4ed7573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redis_cache/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def get_connection_pool(
2626
port=6379,
2727
ssl=False,
2828
db=1,
29-
ssl=False,
3029
password=None,
3130
parser_class=None,
3231
unix_socket_path=None,

0 commit comments

Comments
 (0)