mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-25 08:43:36 +05:00
fix: remove rogue 'pass' statement
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -84,7 +84,6 @@ class MainMenu(BaseMenu):
|
||||
)
|
||||
|
||||
def fetch_status(self) -> None:
|
||||
pass
|
||||
self._get_component_status("kl", get_klipper_status)
|
||||
self._get_component_status("mr", get_moonraker_status)
|
||||
self._get_component_status("ms", get_client_status, MainsailData())
|
||||
|
||||
Reference in New Issue
Block a user