bindings: python: examples: don't store the return value unnecessarily
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 12 Aug 2019 12:18:54 +0000 (14:18 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 12 Aug 2019 12:20:48 +0000 (14:20 +0200)
commitef857e6decdf9a1126bee57020288c62c6cc727d
tree58c88628ab5d72ada506d3fdf80c06884310afc7
parente03044f862b12538278afcbf1dec6fa73176fdee
bindings: python: examples: don't store the return value unnecessarily

In gpioset.py: when calling lines.set_values(), there's no point in
storing the return value as it's always None. It's also not used
anywhere.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/examples/gpioset.py