Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Jun 26, 2019
1 parent fffe279 commit 867858b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rasa/core/lock_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ def __init__(
lock_timeout: float = 0.5,
retry_count: int = 20,
) -> None:
"""
:param host:
:param port:
:param db:
:param password:
:param lock_timeout:
:param retry_count:
"""
from aioredlock import Aioredlock

redis_instances = [{"host": host, "port": port, "db": db, "password": password}]
Expand Down

0 comments on commit 867858b

Please sign in to comment.