fix: resolve ruff lint errors (import sorting, unused variable)

This commit is contained in:
Fringg
2026-02-25 12:42:26 +03:00
parent 0f9f843236
commit b2d7abf5bd
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@ from app.states import BotConfigStates
from app.utils.currency_converter import currency_converter
from app.utils.decorators import admin_required, error_handler
logger = structlog.get_logger(__name__)
CATEGORY_PAGE_SIZE = 10