fix: Remove stray )

This commit is contained in:
0xThresh
2024-07-01 17:39:40 -07:00
committed by GitHub
parent 76b8131490
commit f10b172fd8

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 import SQLDatabase, PromptTemplate
from sqlalchemy import create_engine
)
class Pipeline: