mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-01-30 21:27:17 +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 RPi import GPIO
|
||||||
|
|
||||||
|
from .input_devices import InputDeviceError
|
||||||
|
|
||||||
_GPIO_THREADS = set()
|
_GPIO_THREADS = set()
|
||||||
_GPIO_PINS = set()
|
_GPIO_PINS = set()
|
||||||
|
|||||||
Reference in New Issue
Block a user