From a3b049dc1f0f557bfd9e18e49897bcaa23cd9d51 Mon Sep 17 00:00:00 2001 From: Vladless Date: Wed, 26 Mar 2025 16:41:43 +0300 Subject: [PATCH] fix after merge --- handlers/profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/profile.py b/handlers/profile.py index 2fb27cda..dc1b379f 100644 --- a/handlers/profile.py +++ b/handlers/profile.py @@ -38,6 +38,7 @@ from handlers.buttons.profile import ( MY_SUBS, PAYMENT, ) +from handlers.texts import BALANCE_MANAGEMENT_TEXT, BALANCE_HISTORY_HEADER, INVITE_TEXT_NON_INLINE from logger import logger from .admin.panel.keyboard import AdminPanelCallback from .texts import profile_message_send, invite_message_send, get_referral_link