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
commit e4e1e1bd86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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