Skip to content

Commit 6353801

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎consolekit/options.py‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ def version_callback(ctx: click.Context, param: click.Option, value: int):
164164
click.echo(f"consolekit version {__version__}")
165165
166166
ctx.exit()
167-
168167
"""
169168

170169
return click.option(
@@ -354,7 +353,6 @@ class MultiValueOption(click.Option):
354353
@click_command()
355354
def main(select: Iterable[str]):
356355
select = list(select)
357-
358356
"""
359357

360358
def __init__(

0 commit comments

Comments
 (0)