mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
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