From 20ebea1c89a00187db390443ed284e0974ff7222 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 14 Jul 2018 16:25:09 +0200 Subject: Stop making classes inherit from object. --- poezio/timed_events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/timed_events.py') 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. -- cgit v1.2.3