summaryrefslogtreecommitdiff
path: root/poezio/timed_events.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/timed_events.py')
-rw-r--r--poezio/timed_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/timed_events.py b/poezio/timed_events.py
index f203bf19..5a5cadc2 100644
--- a/poezio/timed_events.py
+++ b/poezio/timed_events.py
@@ -15,7 +15,7 @@ Once created, they must be added to the list of checked events with
import datetime
-class DelayedEvent(object):
+class DelayedEvent:
"""
A TimedEvent, but with the date calculated from now + a delay in seconds.
Use it if you want an event to happen in, e.g. 6 seconds.