[PATCH 1/3] test/py: gpio: remove unused imports
David Lechner
dlechner at baylibre.com
Thu Mar 12 21:33:39 CET 2026
Remove unused imports in test_gpio.py.
Signed-off-by: David Lechner <dlechner at baylibre.com>
---
test/py/tests/test_gpio.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/test/py/tests/test_gpio.py b/test/py/tests/test_gpio.py
index 46b674b7653..2d4a708aa84 100644
--- a/test/py/tests/test_gpio.py
+++ b/test/py/tests/test_gpio.py
@@ -4,8 +4,6 @@
# Copyright (c) 2020 Alex Kiernan <alex.kiernan at gmail.com>
import pytest
-import time
-import utils
"""
test_gpio_input is intended to test the fix 4dbc107f4683.
--
2.43.0
More information about the U-Boot
mailing list