bindings: python: remove a redundant if
authorBartosz Golaszewski <bartekgola@gmail.com>
Mon, 30 Jul 2018 12:49:17 +0000 (14:49 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 31 Jul 2018 12:30:46 +0000 (14:30 +0200)
commite9e56da405aa099d6868f68bdec576f857ff89d6
tree63c89b78bd5e9396508c5b6e7ec33d41a1d473bd
parent1d87088b1e4dfe0801845f5c1ce6c95ac8184ebc
bindings: python: remove a redundant if

We don't need to check if bulk is NULL in gpiod_Chip_find_lines()
before returning it.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/python/gpiodmodule.c