Skip to content

Commit be79852

Browse files
committed
CI-specific fix
1 parent b1e180b commit be79852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/services/notification_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import Awaitable, Callable, Mapping
66

77
import httpx
8-
from backend.app.settings import get_settings
8+
from app.settings import get_settings
99

1010
from app.core.exceptions import ServiceError
1111
from app.core.logging import logger

0 commit comments

Comments
 (0)