fix telegram, import asyncio
This commit is contained in:
parent
9d9eea9ac9
commit
488deb04a4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ All platform adapters (Telegram, Discord, WhatsApp) inherit from this
|
||||||
and implement the required methods.
|
and implement the required methods.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import asyncio
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from dataclasses import dataclass, field
|
from dataclasses import dataclass, field
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue