We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e180b commit be79852Copy full SHA for be79852
backend/app/services/notification_service.py
@@ -5,7 +5,7 @@
5
from typing import Awaitable, Callable, Mapping
6
7
import httpx
8
-from backend.app.settings import get_settings
+from app.settings import get_settings
9
10
from app.core.exceptions import ServiceError
11
from app.core.logging import logger
0 commit comments