Skip to content

Commit

Permalink
ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kdziedzic68 committed Jan 9, 2025
1 parent 18c9675 commit 9ec00ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async def run_experiment_from_config(cls, config: dict) -> dict[str, Any]:

metric_config = config.get("metrics", None)
metrics = (
metric_set_factory(metric_config) # type: ignore
metric_set_factory(metric_config) # type: ignore
if metric_config is not None
else None
)
Expand Down

0 comments on commit 9ec00ae

Please sign in to comment.