Skip to content

Commit b4d3366

Browse files
committed
dpdk: pylint return type annotation
1 parent 3384a28 commit b4d3366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisa/microsoft/testsuites/dpdk/dpdksuite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def run_testpmd_hotplug_recv_test(
494494
log: Logger,
495495
variables: Dict[str, Any],
496496
pmd: Pmd = Pmd.FAILSAFE,
497-
):
497+
) -> None:
498498
test_kits = init_nodes_concurrent(
499499
environment,
500500
log,
@@ -529,7 +529,7 @@ def run_testpmd_hotplug_send_test(
529529
log: Logger,
530530
variables: Dict[str, Any],
531531
pmd: Pmd = Pmd.FAILSAFE,
532-
):
532+
) -> None:
533533
try:
534534
test_kit = initialize_node_resources(
535535
node, log, variables, pmd, HugePageSize.HUGE_2MB

0 commit comments

Comments
 (0)