Skip to content

Commit

Permalink
fix: isort linter issues!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Dec 2, 2024
1 parent 8d2363a commit 80a5960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/query_engine/subquestion_engine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Sequence
from typing import List, Optional, Sequence, cast

from llama_index.core.async_utils import run_async_tasks
Expand All @@ -8,7 +7,7 @@
from llama_index.core.query_engine import SubQuestionAnswerPair, SubQuestionQueryEngine
from llama_index.core.question_gen.types import BaseQuestionGenerator
from llama_index.core.response_synthesizers import BaseSynthesizer
from llama_index.core.schema import QueryBundle, NodeWithScore
from llama_index.core.schema import NodeWithScore, QueryBundle
from llama_index.core.tools.query_engine import QueryEngineTool
from llama_index.core.utils import get_color_mapping, print_text

Expand Down

0 comments on commit 80a5960

Please sign in to comment.