summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kombu/utils/functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/utils/functional.py b/kombu/utils/functional.py
index 30b04774..ccc91612 100644
--- a/kombu/utils/functional.py
+++ b/kombu/utils/functional.py
@@ -16,7 +16,7 @@ from .encoding import safe_repr as _safe_repr
__all__ = (
'LRUCache', 'memoize', 'lazy', 'maybe_evaluate',
- 'is_list', 'maybe_list', 'dictfilter',
+ 'is_list', 'maybe_list', 'dictfilter', 'retry_over_time',
)
KEYWORD_MARK = object()