diff --git a/eive_tmtc/tmtc/core.py b/eive_tmtc/tmtc/core.py index c94f929..50cc5b7 100644 --- a/eive_tmtc/tmtc/core.py +++ b/eive_tmtc/tmtc/core.py @@ -619,7 +619,6 @@ def handle_core_ctrl_action_replies( ): if action_id == ActionId.READ_REBOOT_MECHANISM_INFO: handle_reboot_mechanism_info_reply(pw, custom_data) - pass elif action_id == ActionId.LIST_DIR_DUMP_DIRECTLY: handle_list_dir_dump_reply(pw, custom_data)