We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3a244 commit 46d7c50Copy full SHA for 46d7c50
1 file changed
src/runloop_api_client/sdk/async_benchmark.py
@@ -163,7 +163,5 @@ async def list_runs(
163
**params,
164
)
165
return [
166
- AsyncBenchmarkRun(self._client, run.id, run.benchmark_id)
167
- for run in page.runs
168
- if run.benchmark_id is not None
+ AsyncBenchmarkRun(self._client, run.id, run.benchmark_id) for run in page.runs if run.benchmark_id is not None
169
]
0 commit comments