Skip to content

Commit

Permalink
fix: isort linter issue!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 28, 2024
1 parent 6a3316c commit 7d2191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/hivemind_etl_helpers/notion_etl.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 7d2191e

Please sign in to comment.