Update endpoints.py
Browse files- endpoints.py +1 -1
endpoints.py
CHANGED
@@ -13,7 +13,7 @@ import io
|
|
13 |
from datetime import datetime
|
14 |
from bson import ObjectId
|
15 |
import asyncio
|
16 |
-
from config import notifications_collection, send_push_notification
|
17 |
|
18 |
def create_router(agent, logger, patients_collection, analysis_collection, users_collection, notifications_collection):
|
19 |
router = APIRouter()
|
|
|
13 |
from datetime import datetime
|
14 |
from bson import ObjectId
|
15 |
import asyncio
|
16 |
+
from config import notifications_collection, send_push_notification
|
17 |
|
18 |
def create_router(agent, logger, patients_collection, analysis_collection, users_collection, notifications_collection):
|
19 |
router = APIRouter()
|