diff --git a/eive_tmtc/pus_tc/cmd_demux.py b/eive_tmtc/pus_tc/cmd_demux.py index 84d2d0f..649eda8 100644 --- a/eive_tmtc/pus_tc/cmd_demux.py +++ b/eive_tmtc/pus_tc/cmd_demux.py @@ -70,7 +70,7 @@ from eive_tmtc.tmtc.wdt import pack_wdt_commands from eive_tmtc.utility.input_helper import InputHelper -def handle_pus_procedure( # noqa C901: Complexity okay here. +def handle_pus_procedure( info: DefaultProcedureInfo, queue_helper: DefaultPusQueueHelper, ):