chore: run lint and prettifier

This commit is contained in:
3252a8
2026-05-12 21:54:12 +03:00
parent f31540afdb
commit 11187487b4
174 changed files with 12383 additions and 6688 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
from aiogram import Router
from . import create
from . import manage
from . import bulk
from . import bulk, create, manage
promo_router_aggregate = Router(name="promo_features_router")
@@ -10,4 +8,4 @@ promo_router_aggregate.include_router(create.router)
promo_router_aggregate.include_router(manage.router)
promo_router_aggregate.include_router(bulk.router)
__all__ = ("promo_router_aggregate",)
__all__ = ("promo_router_aggregate",)