diff --git a/src/ttmask/sphere.py b/src/ttmask/sphere.py index 116a093..f5aabfc 100644 --- a/src/ttmask/sphere.py +++ b/src/ttmask/sphere.py @@ -4,8 +4,6 @@ import napari import typer -typer.main.get_command_name = lambda name: name - @cli.command(name='sphere') def sphere( boxsize: int = typer.Option(...),