refactor: add padding option to dialog

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-06-27 20:15:29 +02:00
parent 83fdb715a2
commit b19ba840ea
12 changed files with 9 additions and 27 deletions

View File

@@ -88,7 +88,6 @@ def print_multi_instance_warning(instances: List[Klipper]) -> None:
"The following instances were found:",
*_instances,
],
end="",
)