Skip to content

Commit 0af8139

Browse files
committed
Merge branch 'master' of git.intern.smurf.noris.de:trio-gpio
2 parents 2609096 + 2cdd72f commit 0af8139

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asyncgpio/gpio.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def _enter_ev(self):
149149
req.consumer = self.__consumer
150150
req.request_type = self._type
151151
req.flags = self._flags
152-
153152
if gpio.lib.gpiod_line_request(self._line, req, 0) != 0:
154153
raise OSError("unable to request event monitoring")
155154
self._state = _IN_EV

0 commit comments

Comments
 (0)