diff --git a/.isort.cfg b/.isort.cfg index ffc56c98..63c90e22 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,3 +1,4 @@ [settings] profile=black -line_length = 200 \ No newline at end of file +line_length = 200 +skip = ["bot.py"] \ No newline at end of file diff --git a/bot.py b/bot.py index 8a03a93f..89dfdc50 100644 --- a/bot.py +++ b/bot.py @@ -15,7 +15,6 @@ from handlers.admin import admin, admin_panel, user_editor from handlers.keys import key_management, keys from handlers.payment import freekassa_pay, yookassa_pay - dp.include_router(admin.router) dp.include_router(admin_panel.router) dp.include_router(user_editor.router)