Skip to content

Commit 543a90a

Browse files
committed
formatting
1 parent 226a6b7 commit 543a90a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/runloop_api_client/sdk/async_scenario_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def add_python_script_scorer(
240240
requirements_contents: Optional[str] = None,
241241
) -> Self:
242242
"""Add a standalone Python script scorer.
243-
243+
244244
The script is run in an isolated uv environment, and the dependencies are declared in the
245245
`uv script header <https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies>`__.
246246

src/runloop_api_client/sdk/scenario_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def add_python_script_scorer(
240240
requirements_contents: Optional[str] = None,
241241
) -> Self:
242242
"""Add a standalone Python script scorer.
243-
243+
244244
The script is run in an isolated uv environment, and the dependencies are declared in the
245245
`uv script header <https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies>`__.
246246

0 commit comments

Comments
 (0)