Skip to content

Commit 433e3e1

Browse files
Lint: Applying linter fix - removal of unnecessary import os
1 parent b620458 commit 433e3e1

File tree

20 files changed

+0
-20
lines changed

20 files changed

+0
-20
lines changed

tests/validation/tests/single/rss_mode/video/test_performance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Copyright(c) 2024-2025 Intel Corporation
33

44
import logging
5-
import os
65

76
import mtl_engine.RxTxApp as rxtxapp
87
import pytest

tests/validation/tests/single/rss_mode/video/test_rss_mode_video.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/format/test_format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/fps/test_fps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/interlace/test_interlace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/pacing/test_pacing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/packing/test_packing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/resolutions/test_resolutions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st20p/test_mode/test_multicast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
3-
import os
43

54
import mtl_engine.RxTxApp as rxtxapp
65
import pytest

tests/validation/tests/single/st22p/codec/test_codec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: BSD-3-Clause
22
# Copyright(c) 2024-2025 Intel Corporation
33

4-
import os
54

65
import mtl_engine.RxTxApp as rxtxapp
76
import pytest

0 commit comments

Comments
 (0)