Skip to content

Commit

Permalink
Merge pull request #146 from 0xThresh/patch-1
Browse files Browse the repository at this point in the history
fix: Remove stray )
  • Loading branch information
tjbck committed Jul 2, 2024
2 parents 76b8131 + f10b172 commit a5bf4bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/pipelines/rag/text_to_sql_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from llama_index.core.query_engine import NLSQLTableQueryEngine
from llama_index.core import SQLDatabase, PromptTemplate
from sqlalchemy import create_engine
)


class Pipeline:
Expand Down

0 comments on commit a5bf4bd

Please sign in to comment.