refactor(notifications): align app structure with backend conventions

This commit is contained in:
2026-04-25 12:00:05 +03:30
parent 48bf4f5c19
commit 5f9d413a57
14 changed files with 35 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ from collections import defaultdict
import pytest
from apps.notifications import services
from apps.notifications.services import store as services
from apps.notifications.services import RedisNotificationStore