Skip to content

Commit 13b8b90

Browse files
committed
remove whitespace from cli.py
1 parent d9aa4c5 commit 13b8b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typeid/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from typeid.explain.formatters import format_explanation_json, format_explanation_pretty
1111
from typeid.explain.registry import load_registry, make_lookup
1212

13+
1314
@click.group()
1415
def cli():
1516
# Root CLI command group.
@@ -68,7 +69,6 @@ def decode(encoded: str) -> None:
6869
click.echo(f"uuid: {uuid}")
6970

7071

71-
7272
@cli.command()
7373
@click.argument("encoded")
7474
@click.option(

0 commit comments

Comments
 (0)