We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a217f6 commit 334a5d9Copy full SHA for 334a5d9
adafruit_pcf8591/analog_in.py
@@ -29,7 +29,7 @@
29
30
try:
31
import typing # pylint: disable=unused-import
32
- from adafruit_pcf8591.pcf8591.PCF8591 import PCF8591
+ from adafruit_pcf8591.pcf8591 import PCF8591
33
except ImportError:
34
pass
35
adafruit_pcf8591/analog_out.py
@@ -28,7 +28,7 @@
28
"""
0 commit comments