Ali2206 commited on
Commit
cc08439
·
verified ·
1 Parent(s): 8bfd5d0

Update endpoints.py

Browse files
Files changed (1) hide show
  1. 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, SECRET_KEY
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()