Skip to content

Commit ea055a7

Browse files
committed
Linting, and add automock for analogio
1 parent 1b09577 commit ea055a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Uncomment the below if you use native CircuitPython modules such as
1919
# digitalio, micropython and busio. List the modules you use. Without it, the
2020
# autodoc module docs will fail to generate with a warning.
21-
# autodoc_mock_imports = ["analogio"]
21+
autodoc_mock_imports = ["analogio"]
2222

2323
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None),'CircuitPython': ('https://circuitpython.readthedocs.io/en/latest/', None)}
2424

examples/thermistor_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
2-
import adafruit_thermistor
32
import board
3+
import adafruit_thermistor
44

55
# these values work with the Adafruit CircuitPlayground Express.
66
# they may work with other thermistors as well, as they're fairly standard,

0 commit comments

Comments
 (0)