From c7ad5e1928fa332ebb5c94cc5f8fd6a1fe6316f5 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 10 Nov 2024 00:35:41 +0100 Subject: [PATCH] pkgs/cli: Remove superfluous comment string --- pkgs/clan-cli/clan_cli/machines/create.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/machines/create.py b/pkgs/clan-cli/clan_cli/machines/create.py index e5833d7eb..5838aa2dd 100644 --- a/pkgs/clan-cli/clan_cli/machines/create.py +++ b/pkgs/clan-cli/clan_cli/machines/create.py @@ -133,7 +133,6 @@ def create_machine(opts: CreateOptions) -> None: merge_template_inventory(inventory, template_inventory, machine_name) # TODO: We should allow the template to specify machine metadata if not defined by user - # new_machine = InventoryMachine(name=machine_name, deploy=MachineDeploy()) inventory.machines.update({new_machine.name: dataclass_to_dict(new_machine)}) set_inventory(inventory, clan_dir, "Imported machine from template")