Skip to content

Commit f8229cc

Browse files
committed
🚨 ruff format
1 parent 9f23d81 commit f8229cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tool/ufunc.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ def main(args: Sequence[str] | None = None, /) -> int:
204204
import tabulate # pyright: ignore[reportMissingModuleSource] # noqa: PLC0415
205205

206206
print(
207-
tabulate.tabulate(
207+
tabulate
208+
.tabulate(
208209
[list(map(as_code, entry.values())) for entry in data],
209210
headers=[as_code("ufunc"), *list(map(as_code, data[0]))[1:]],
210211
tablefmt=namespace.format,

0 commit comments

Comments
 (0)