mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-01-30 13:17:01 +00:00
Merge pull request #137 from alexwlchan/awlc/missing-import
Add missing InputDeviceError import to devices.py
This commit is contained in:
@@ -12,6 +12,7 @@ from collections import deque
|
||||
|
||||
from RPi import GPIO
|
||||
|
||||
from .input_devices import InputDeviceError
|
||||
|
||||
_GPIO_THREADS = set()
|
||||
_GPIO_PINS = set()
|
||||
|
||||
Reference in New Issue
Block a user