mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +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 .input_devices import InputDeviceError
|
||||
|
||||
_GPIO_THREADS = set()
|
||||
_GPIO_PINS = set()
|
||||
|
||||
Reference in New Issue
Block a user