Remove ipdb statement
This commit is contained in:
parent
f9e388c901
commit
ab85e46c8b
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ def get_redis_connection(**kwargs) -> redis.Redis:
|
|||
# If someone passed in a 'url' parameter, or specified a REDIS_OM_URL
|
||||
# environment variable, we'll create the Redis client from the URL.
|
||||
url = kwargs.pop("url", URL)
|
||||
if not url:
|
||||
import ipdb
|
||||
|
||||
ipdb.set_trace()
|
||||
if url:
|
||||
return redis.from_url(url, **kwargs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue