From 1a0410f58215131af2464bc15c9dafcfdecdab90 Mon Sep 17 00:00:00 2001 From: Naveenredie15 Date: Fri, 21 Jun 2024 15:25:42 +0530 Subject: [PATCH] app:api:routers:profile: created task for not exisiting profile and raised 404 error --- app/utils/profile_db.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/utils/profile_db.py b/app/utils/profile_db.py index 86eadd2..a2b3bca 100644 --- a/app/utils/profile_db.py +++ b/app/utils/profile_db.py @@ -9,7 +9,6 @@ from app.utils.dataframes import get_dataframe_async from app.utils.profile_segments import ProfileSegments from fastapi import HTTPException -from app.models.prefetch import Prefetch from app.utils.tasks import prefetch_profiles from uuid import uuid4