fix import
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-24 15:16:27 +03:00
parent 0b04ffefd2
commit 5a46194d41
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ async def handle_yookassa_webhook(request: Request):
print(f"Webhook received: {event_type}")
try:
from tg_bot.config.settings import settings
from tg_bot.domain.services.user_service import UserService
from tg_bot.domain.user_service import UserService
from aiogram import Bot
if event_type == "payment.succeeded":