Skip to content

Commit 28512de

Browse files
style: format table.py with ruff
Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
1 parent 2ed16d8 commit 28512de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xlforge/commands/table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ def delete(
273273
path: Annotated[Path, typer.Argument(help="Path to the workbook file.")],
274274
name: Annotated[str, typer.Argument(help="Name of the table to delete.")],
275275
sheet: Annotated[
276-
Optional[str], typer.Option("--sheet", "-s", help="Sheet name containing the table.")
276+
Optional[str],
277+
typer.Option("--sheet", "-s", help="Sheet name containing the table."),
277278
] = None,
278279
) -> None:
279280
"""Delete a table from the workbook."""

0 commit comments

Comments
 (0)