done for today
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-11-22 19:44:24 +01:00
parent 77c2c91539
commit 947bcf57f5
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -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,
):