summaryrefslogtreecommitdiff
path: root/kombu/utils/scheduling.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/utils/scheduling.py')
-rw-r--r--kombu/utils/scheduling.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kombu/utils/scheduling.py b/kombu/utils/scheduling.py
index 94286be8..e4bff7b4 100644
--- a/kombu/utils/scheduling.py
+++ b/kombu/utils/scheduling.py
@@ -24,6 +24,7 @@ class FairCycle:
an equal chance to be consumed from.
Arguments:
+ ---------
fun (Callable): Callback to call.
resources (Sequence[Any]): List of resources.
predicate (type): Exception predicate.