diff options
| author | David Lechner <[email protected]> | 2026-03-12 15:33:39 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-25 14:38:15 -0600 |
| commit | b02b0a0c6cb1b977718d05182ac492f04c996561 (patch) | |
| tree | 02e56ea27444024cdec8e1c88dc52615a3579c40 /test | |
| parent | 8bc2a5196c1c0bb5dbdaca073323da0015a0de37 (diff) | |
test/py: gpio: remove unused imports
Remove unused imports in test_gpio.py.
Signed-off-by: David Lechner <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/py/tests/test_gpio.py | 2 |
1 files changed, 0 insertions, 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 <[email protected]> import pytest -import time -import utils """ test_gpio_input is intended to test the fix 4dbc107f4683. |
