Fix whitespace

This commit is contained in:
up-n-atom
2023-11-17 20:42:21 -05:00
committed by GitHub
parent 7290336570
commit cd6727436d
4 changed files with 5 additions and 1 deletions
-1
View File
@@ -63,7 +63,6 @@ async def get_value(ctx: click.Context, path: str) -> None:
click.echo(json.dumps(value, indent=2))
@cli.command()
@click.option('--path', required=True)
@click.option('--value', required=True)