mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Reformat code. Use rel imports.
This commit is contained in:
parent
ab7934f333
commit
4dba8f534e
21 changed files with 44 additions and 46 deletions
|
|
@ -2,11 +2,10 @@ import asyncio
|
|||
|
||||
import aiohttp
|
||||
|
||||
from aiogram.types.message import Message
|
||||
from aiogram.utils.payload import generate_payload
|
||||
from . import api
|
||||
from .api import ApiMethods
|
||||
from .types.chat import Chat
|
||||
from .types.message import Message
|
||||
from .types.update import Update
|
||||
from .types.user import User
|
||||
from .utils.payload import generate_payload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue