diff options
Diffstat (limited to 'redis/commands/timeseries/commands.py')
-rw-r--r-- | redis/commands/timeseries/commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redis/commands/timeseries/commands.py b/redis/commands/timeseries/commands.py index 733890c..460ba76 100644 --- a/redis/commands/timeseries/commands.py +++ b/redis/commands/timeseries/commands.py @@ -26,7 +26,6 @@ class TimeSeriesCommands: def create(self, key, **kwargs): """ Create a new time-series. - For more information see Args: |