From fb4ceb232c5dd5b4a67126a5c2b464732d9e59ac Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Thu, 26 Nov 2015 02:24:15 +0000 Subject: Remove unused imports in poezio.timed_events. --- poezio/timed_events.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'poezio/timed_events.py') 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): -- cgit v1.2.3