summaryrefslogtreecommitdiffstats
path: root/iredis/renders.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:32:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:32:29 +0000
commit014c400849f01582f958e1a729ce239ffd7b2268 (patch)
treee30eac025e81b68a50ad7d167270bda28ee3ce21 /iredis/renders.py
parentReleasing debian version 1.14.0-1. (diff)
downloadiredis-014c400849f01582f958e1a729ce239ffd7b2268.tar.xz
iredis-014c400849f01582f958e1a729ce239ffd7b2268.zip
Merging upstream version 1.14.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'iredis/renders.py')
-rw-r--r--iredis/renders.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iredis/renders.py b/iredis/renders.py
index d695407..9458263 100644
--- a/iredis/renders.py
+++ b/iredis/renders.py
@@ -4,6 +4,7 @@ This module will be auto loaded to callbacks.
func(redis-response) -> formatted result(str)
"""
+
import logging
import time
from packaging.version import parse as version_parse