summaryrefslogtreecommitdiffstats
path: root/iredis/completers.py
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-11-04 18:52:12 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-11-04 18:52:12 +0000
commita596894f2d782b9df54c026696e55da1267f7936 (patch)
treee2696ad38feb91700ac875966e6aa0b30e732566 /iredis/completers.py
parentAdding upstream version 1.13.1. (diff)
downloadiredis-a596894f2d782b9df54c026696e55da1267f7936.tar.xz
iredis-a596894f2d782b9df54c026696e55da1267f7936.zip
Adding upstream version 1.14.0.upstream/1.14.0
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'iredis/completers.py')
-rw-r--r--iredis/completers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iredis/completers.py b/iredis/completers.py
index e3ebb5a..6f9ecac 100644
--- a/iredis/completers.py
+++ b/iredis/completers.py
@@ -105,7 +105,6 @@ class TimestampCompleter(Completer):
now = pendulum.now()
for unit, minimum in self.when_lower_than.items():
if current <= minimum:
-
if self.future_time:
dt = now.add(**{f"{unit}s": current})
offset_text = "later"