From daceb6bc1d85c3e63b4f2c777668e55223e6cabb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 22 Jun 2023 16:18:52 +0200 Subject: [PATCH] remove pass --- eive_tmtc/tmtc/core.py | 1 - 1 file changed, 1 deletion(-) 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)