From e0e2cde9a7b6cb9a54bed3f1b290fbcc5b1e9fc5 Mon Sep 17 00:00:00 2001 From: machka-pasla Date: Wed, 3 Sep 2025 19:56:31 +0300 Subject: [PATCH] Remove unused import for PaymentMethodType in yookassa_service.py to clean up code and improve readability. --- bot/services/yookassa_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/services/yookassa_service.py b/bot/services/yookassa_service.py index 3fe4b20..dd68ff2 100644 --- a/bot/services/yookassa_service.py +++ b/bot/services/yookassa_service.py @@ -6,7 +6,6 @@ from typing import Optional, Dict, Any, List from yookassa import Configuration, Payment as YooKassaPayment from yookassa.domain.request.payment_request_builder import PaymentRequestBuilder from yookassa.domain.common.confirmation_type import ConfirmationType -from yookassa.domain.models.payment_data import PaymentMethodType from config.settings import Settings