Skip to content

Commit 4154c50

Browse files
committed
fix(lint): ASCII x in render_sweep_table docstring (ruff RUF002)
1 parent d4b6c1d commit 4154c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/aggregate_sweep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _parse_artifact(name: str) -> tuple[str | None, int | None, str | None]:
9898

9999

100100
def render_sweep_table(cells: list[dict]) -> str:
101-
"""Render a method × budget grid per test set."""
101+
"""Render a method x budget grid per test set."""
102102
by_set: dict[str, dict[tuple[str, int], dict]] = defaultdict(dict)
103103
methods: set[str] = set()
104104
budgets: set[int] = set()

0 commit comments

Comments
 (0)