From 2133ca422adba56115dbfddc891f75f6e97dfa1c Mon Sep 17 00:00:00 2001 From: Vladless Date: Wed, 26 Mar 2025 23:54:36 +0300 Subject: [PATCH] notify keyboards in folder --- handlers/notifications/general_notifications.py | 2 +- {keyboards => handlers}/notifications/notify_kb.py | 0 keyboards/__init__.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {keyboards => handlers}/notifications/notify_kb.py (100%) delete mode 100644 keyboards/__init__.py diff --git a/handlers/notifications/general_notifications.py b/handlers/notifications/general_notifications.py index f5669ae1..bd51acf6 100644 --- a/handlers/notifications/general_notifications.py +++ b/handlers/notifications/general_notifications.py @@ -40,7 +40,7 @@ from handlers.texts import ( KEY_EXPIRED_DELAY_MINUTES_MSG, KEY_EXPIRED_NO_DELAY_MSG, ) -from keyboards.notifications.notify_kb import build_notification_expired_kb, build_notification_kb +from handlers.notifications.notify_kb import build_notification_expired_kb, build_notification_kb from logger import logger from .notify_utils import send_notification from .special_notifications import notify_inactive_trial_users, notify_users_no_traffic diff --git a/keyboards/notifications/notify_kb.py b/handlers/notifications/notify_kb.py similarity index 100% rename from keyboards/notifications/notify_kb.py rename to handlers/notifications/notify_kb.py diff --git a/keyboards/__init__.py b/keyboards/__init__.py deleted file mode 100644 index e69de29b..00000000