aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn_auth/commands.py')
-rw-r--r--gn_auth/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn_auth/commands.py b/gn_auth/commands.py
index d6f6f56..cc00413 100644
--- a/gn_auth/commands.py
+++ b/gn_auth/commands.py
@@ -10,6 +10,8 @@ from typing import Dict, Optional, Tuple, Union, Sequence
from redis.client import Redis
+from gn_auth.auth.db.redis import RedisConnectionError
+
def queue_cmd(conn: Redis,
job_queue: str,
cmd: Union[str, Sequence[str]],