removed unused ctx

This commit is contained in:
jpk 2023-01-12 15:54:31 +01:00
parent 4c7bd3cf17
commit 74e8410af6
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ def main(ctx):
@click.command()
@click.pass_context
def list(ctx):
def list():
tree = Tree("[bold]Available Services")
for service in services.find_services(Path(CONFIG.root_directory)):
tree.add(service)