We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2609096 + 2cdd72f commit 0af8139Copy full SHA for 0af8139
asyncgpio/gpio.py
@@ -149,7 +149,6 @@ def _enter_ev(self):
149
req.consumer = self.__consumer
150
req.request_type = self._type
151
req.flags = self._flags
152
-
153
if gpio.lib.gpiod_line_request(self._line, req, 0) != 0:
154
raise OSError("unable to request event monitoring")
155
self._state = _IN_EV
0 commit comments