Harrison/fix lint (#138)

This commit is contained in:
Harrison Chase
2022-11-14 08:55:59 -08:00
committed by GitHub
parent 76cecf8165
commit 9f223e6ccc
8 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ Only use the following tables:
Question: {input}"""
PROMPT = Prompt(
input_variables=["input", "table_info", "dialect"], template=_DEFAULT_TEMPLATE,
input_variables=["input", "table_info", "dialect"], template=_DEFAULT_TEMPLATE
)