diff options
| author | Anas <anas.el.amraoui@live.com> | 2021-11-30 18:05:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 18:05:51 +0200 |
| commit | b94e230b17d08e6c89d134e933c706256b79bc4a (patch) | |
| tree | 993bd7565169229326b810b66939587431ab9dc6 /redis/commands/timeseries/info.py | |
| parent | 368a25f9d163d784a8896f1c087582405e98e006 (diff) | |
| download | redis-py-b94e230b17d08e6c89d134e933c706256b79bc4a.tar.gz | |
Added black and isort (#1734)
Diffstat (limited to 'redis/commands/timeseries/info.py')
| -rw-r--r-- | redis/commands/timeseries/info.py | 2 |
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: |
