mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
fix various bugs found by the 'prospector' static-analysis tool
This commit is contained in:
@@ -9,7 +9,7 @@ str = type('')
|
||||
import io
|
||||
from collections import namedtuple
|
||||
|
||||
from ..exc import PinUnknownPi, PinMultiplePins
|
||||
from ..exc import PinUnknownPi, PinMultiplePins, PinNoPins
|
||||
|
||||
|
||||
# Some useful constants for describing pins
|
||||
|
||||
Reference in New Issue
Block a user