diff --git a/gpiozero/devices.py b/gpiozero/devices.py index 529a339..f2f8986 100644 --- a/gpiozero/devices.py +++ b/gpiozero/devices.py @@ -12,6 +12,7 @@ from collections import deque from RPi import GPIO +from .input_devices import InputDeviceError _GPIO_THREADS = set() _GPIO_PINS = set()