From 35d3c0877922624a5e9263d3efc5ebe4abcbe332 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Mon, 20 Oct 2025 22:04:00 +0100 Subject: [PATCH] Clean up `add.py` imports --- cognee/api/v1/add/add.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cognee/api/v1/add/add.py b/cognee/api/v1/add/add.py index 44005d755..67da3047b 100644 --- a/cognee/api/v1/add/add.py +++ b/cognee/api/v1/add/add.py @@ -1,9 +1,5 @@ from uuid import UUID -import os -from typing import Union, BinaryIO, List, Optional, Dict, Any -from pydantic import BaseModel -from urllib.parse import urlparse -from cognee.infrastructure.loaders import LoaderInterface +from typing import Union, BinaryIO, List, Optional, Any from cognee.modules.users.models import User from cognee.modules.pipelines import Task, run_pipeline from cognee.modules.pipelines.layers.resolve_authorized_user_dataset import (