Remove unused imports in poezio.timed_events.
This commit is contained in:
parent
08baecfc5a
commit
fb4ceb232c
1 changed files with 0 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue