Skip to content

Commit

Permalink
fix: Remove stray )
Browse files Browse the repository at this point in the history
  • Loading branch information
0xThresh committed Jul 2, 2024
1 parent 76b8131 commit f10b172
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 f10b172

Please sign in to comment.