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