refactor: optimize import and add lines
This commit is contained in:
parent
053985c5fe
commit
50fe6eec77
1 changed files with 3 additions and 3 deletions
4
main.py
4
main.py
|
@ -1,7 +1,7 @@
|
|||
from aiogram import Bot, Dispatcher
|
||||
|
||||
import asyncio
|
||||
|
||||
import yaml
|
||||
from aiogram import Dispatcher
|
||||
|
||||
from bot import bot
|
||||
from routers import setup_routers
|
||||
|
|
Reference in a new issue