Skip to content

Commit

Permalink
Merge pull request #137 from alexwlchan/awlc/missing-import
Browse files Browse the repository at this point in the history
Add missing InputDeviceError import to devices.py
  • Loading branch information
bennuttall committed Jan 6, 2016
2 parents e172caf + 6538d5d commit 7976966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpiozero/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from RPi import GPIO

from .input_devices import InputDeviceError

_GPIO_THREADS = set()
_GPIO_PINS = set()
Expand Down

0 comments on commit 7976966

Please sign in to comment.