fix: Remove stray )

This commit is contained in:
0xThresh 2024-07-01 17:39:40 -07:00 committed by GitHub
parent 76b8131490
commit f10b172fd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,6 @@ from llama_index.llms.ollama import Ollama
from llama_index.core.query_engine import NLSQLTableQueryEngine from llama_index.core.query_engine import NLSQLTableQueryEngine
from llama_index.core import SQLDatabase, PromptTemplate from llama_index.core import SQLDatabase, PromptTemplate
from sqlalchemy import create_engine from sqlalchemy import create_engine
)
class Pipeline: class Pipeline: