Remove unused imports in poezio.timed_events.

This commit is contained in:
Emmanuel Gil Peyrot 2015-11-26 02:24:15 +00:00
parent 08baecfc5a
commit fb4ceb232c

View file

@ -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):