From 60e7df37fce01a83060d7122180ab354ecac05b9 Mon Sep 17 00:00:00 2001 From: dw-0 Date: Fri, 28 Jun 2024 20:15:49 +0200 Subject: [PATCH] chore: remove unused argument Signed-off-by: Dominik Willner --- kiauh/components/klipper/klipper_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kiauh/components/klipper/klipper_utils.py b/kiauh/components/klipper/klipper_utils.py index 7ec7741..c4b852f 100644 --- a/kiauh/components/klipper/klipper_utils.py +++ b/kiauh/components/klipper/klipper_utils.py @@ -271,7 +271,6 @@ def handle_disruptive_system_packages() -> None: "Please fix the problem manually. Otherwise, this may have " "undesirable effects on the operation of Klipper." ], - padding_bottom="", )