summaryrefslogtreecommitdiff
path: root/kombu/asynchronous/timer.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/asynchronous/timer.py')
-rw-r--r--kombu/asynchronous/timer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kombu/asynchronous/timer.py b/kombu/asynchronous/timer.py
index ab0291da..a3b7fb77 100644
--- a/kombu/asynchronous/timer.py
+++ b/kombu/asynchronous/timer.py
@@ -149,6 +149,7 @@ class Timer:
"""Enter function into the scheduler.
Arguments:
+ ---------
entry (~kombu.asynchronous.timer.Entry): Item to enter.
eta (datetime.datetime): Scheduled time.
priority (int): Unused.