From: Bartosz Golaszewski Date: Fri, 13 Jul 2018 17:47:37 +0000 (+0200) Subject: bindings: python: examples: remove unnecessary import X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a610c5077e427b92ab9d26341e60e11668ea851d;p=qemu-gpiodev%2Flibgpiod.git bindings: python: examples: remove unnecessary import We no longer need sys in gpiod_tests.py. Remove it. Signed-off-by: Bartosz Golaszewski --- 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 = []