* Author(s): Melissa LeBlanc-Williams
"""
-from adafruit_blinka.agnostic import detector
import sys
+from adafruit_blinka.agnostic import detector
+
# pylint: disable=unused-import
if detector.board.any_raspberry_pi:
elif "sphinx" in sys.modules:
pass
else:
- raise NotImplementedError("pulseio not supported for this board.")
\ No newline at end of file
+ raise NotImplementedError("pulseio not supported for this board.")