ref: Add missing __init__.py files in tests (#4180)

Add missing __init__.py files in tests
This commit is contained in:
Christophe Bornet
2024-10-17 20:21:56 +02:00
committed by GitHub
parent 9fda989ef8
commit e4e1e1bd86
38 changed files with 1 additions and 1 deletions

0
scripts/__init__.py Normal file
View File

0
scripts/ci/__init__.py Normal file
View File

View File

View File

@@ -23,7 +23,7 @@ async def test_csv_output_parser_openai():
prompt_handler = ComponentInputHandle(
clazz=PromptComponent,
inputs={
"template": "List the first five positive integers.\n\n{format_instructions}", # noqa: RUF027
"template": "List the first five positive integers.\n\n{format_instructions}",
"format_instructions": format_instructions,
},
output_name="prompt",

View File

View File

View File

View File

View File

View File