Skip to content

Commit be7acdf

Browse files
committed
dpdk: fix isort ordering in dpdktestpmd.py
1 parent b42de08 commit be7acdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microsoft/testsuites/dpdk/dpdktestpmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT license.
33

44
import re
5-
from pathlib import PurePath, PurePosixPath, Path
5+
from pathlib import PurePath, PurePosixPath
66
from typing import Any, List, Tuple, Type
77

88
from assertpy import assert_that, fail
@@ -18,6 +18,7 @@
1818
Kill,
1919
Lscpu,
2020
Lspci,
21+
Make,
2122
Meson,
2223
Modprobe,
2324
Ninja,
@@ -27,7 +28,6 @@
2728
Python,
2829
Timeout,
2930
Wget,
30-
Make,
3131
)
3232
from lisa.util import (
3333
LisaException,

0 commit comments

Comments
 (0)