From a610c5077e427b92ab9d26341e60e11668ea851d Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 13 Jul 2018 19:47:37 +0200 Subject: [PATCH] bindings: python: examples: remove unnecessary import We no longer need sys in gpiod_tests.py. Remove it. Signed-off-by: Bartosz Golaszewski --- bindings/python/examples/gpiod_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/examples/gpiod_tests.py b/bindings/python/examples/gpiod_tests.py index 6f1f4b1..145599d 100755 --- a/bindings/python/examples/gpiod_tests.py +++ b/bindings/python/examples/gpiod_tests.py @@ -14,7 +14,6 @@ system and that it's detected as gpiochip0. ''' import gpiod -import sys import select test_cases = [] -- 2.30.2