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/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/events.py') diff --git a/poezio/events.py b/poezio/events.py index 15a308b4..adf29c13 100644 --- a/poezio/events.py +++ b/poezio/events.py @@ -10,7 +10,7 @@ http://poezio.eu/doc/en/plugins.html#_poezio_events """ -class EventHandler(object): +class EventHandler: """ A class keeping a list of possible events that are triggered by poezio. You (a plugin for example) can add an event handler -- cgit v1.2.3