diff options
Diffstat (limited to 'gn3/commands.py')
-rw-r--r-- | gn3/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/commands.py b/gn3/commands.py index d45d9e8..0e78fd2 100644 --- a/gn3/commands.py +++ b/gn3/commands.py @@ -16,7 +16,7 @@ from typing import Sequence from uuid import uuid4 from redis.client import Redis # Used only in type hinting -from gn3.random import random_string +from gn3.chancy import random_string from gn3.exceptions import RedisConnectionError |