Skip to content

Commit 2f43da4

Browse files
committed
Fix linting
1 parent 3c54b5c commit 2f43da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/togetherai/examples/chatgenerator_with_structured_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ class NobelPrizeInfo(BaseModel):
3232
component = TogetherAIChatGenerator(generation_kwargs={"response_format": NobelPrizeInfo})
3333
results = component.run(chat_messages)
3434

35-
#print(results)
35+
# print(results)

integrations/togetherai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies = [
6565
[tool.hatch.envs.test.scripts]
6666
unit = 'pytest -m "not integration" {args:tests}'
6767
integration = 'pytest -m "integration" {args:tests}'
68-
all = 'pytest --reruns-delay 30 -x {args:tests}'
68+
all = 'pytest --reruns 3 --reruns-delay 30 -x {args:tests}'
6969
cov-retry = 'pytest --cov=haystack_integrations --reruns 3 --reruns-delay 30 -x {args:tests}'
7070

7171
types = """mypy -p haystack_integrations.components.generators.togetherai {args}"""

0 commit comments

Comments
 (0)