Reformat code. Use rel imports.

This commit is contained in:
Alex Root Junior 2017-05-26 07:55:05 +03:00
parent ab7934f333
commit 4dba8f534e
21 changed files with 44 additions and 46 deletions

View file

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