isort settings

This commit is contained in:
Vladless
2024-11-11 09:22:14 +03:00
parent 7092f1dd7b
commit eddaadd1cc
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
[settings]
profile=black
line_length = 200
line_length = 200
skip = ["bot.py"]
-1
View File
@@ -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)