summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/timed_events.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/poezio/timed_events.py b/poezio/timed_events.py
index 7f43d05f..8ce94407 100644
--- a/poezio/timed_events.py
+++ b/poezio/timed_events.py
@@ -13,11 +13,6 @@ Once created, they must be added to the list of checked events with
:py:func:`.PluginAPI.add_timed_event` (within a plugin).
"""
-import asyncio
-import logging
-
-log = logging.getLogger(__name__)
-
import datetime
class DelayedEvent(object):