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 46d7c50 commit 90e389dCopy full SHA for 90e389d
1 file changed
src/runloop_api_client/sdk/async_benchmark.py
@@ -163,5 +163,7 @@ async def list_runs(
163
**params,
164
)
165
return [
166
- AsyncBenchmarkRun(self._client, run.id, run.benchmark_id) for run in page.runs if run.benchmark_id is not None
+ AsyncBenchmarkRun(self._client, run.id, run.benchmark_id)
167
+ for run in page.runs
168
+ if run.benchmark_id is not None
169
]
0 commit comments