From 7d2191e1b47f4138f409f5431c0b1b4bd3ab527e Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Thu, 28 Nov 2024 10:25:40 +0330 Subject: [PATCH] fix: isort linter issue! --- dags/hivemind_etl_helpers/notion_etl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/hivemind_etl_helpers/notion_etl.py b/dags/hivemind_etl_helpers/notion_etl.py index 057d9472..8cf93211 100644 --- a/dags/hivemind_etl_helpers/notion_etl.py +++ b/dags/hivemind_etl_helpers/notion_etl.py @@ -1,8 +1,8 @@ import copy import logging -from llama_index.core import Document from hivemind_etl_helpers.src.db.notion.extractor import NotionExtractor +from llama_index.core import Document from tc_hivemind_backend.ingest_qdrant import CustomIngestionPipeline