Remove unused imports in test_gpio.py. Signed-off-by: David Lechner <[email protected]> --- 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 <[email protected]> import pytest -import time -import utils """ test_gpio_input is intended to test the fix 4dbc107f4683. -- 2.43.0

