formatting

This commit is contained in:
Abubakar Abid 2022-03-16 16:10:06 -07:00
parent b87de1228a
commit 70ee479de6

View File

@ -221,7 +221,7 @@ def get_config_file(interface: Interface) -> Dict[str, Any]:
iface["label"] = param_names[i].replace("_", " ")
else:
iface["label"] = (
f"input {i + 1}"
f"input {i + 1}"
if len(config["input_components"]) > 1
else "input"
)