summaryrefslogtreecommitdiff
path: root/redis/commands/timeseries/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'redis/commands/timeseries/info.py')
-rw-r--r--redis/commands/timeseries/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/timeseries/info.py b/redis/commands/timeseries/info.py
index 2b8acd1..fba7f09 100644
--- a/redis/commands/timeseries/info.py
+++ b/redis/commands/timeseries/info.py
@@ -1,5 +1,5 @@
-from .utils import list_to_dict
from ..helpers import nativestr
+from .utils import list_to_dict
class TSInfo: