Skip to content

Commit 4ca80ae

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 48c520f commit 4ca80ae

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

workflow/scripts/unzip_like.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
default=".",
1717
help="Target directory to extract to.",
1818
)
19-
@click.option(
20-
"--file",
21-
"-f",
22-
help="Specific file inside the zip to extract.",
23-
)
19+
@click.option("--file", "-f", help="Specific file inside the zip to extract.")
2420
@click.option(
2521
"--output",
2622
"-o",

0 commit comments

Comments
 (0)