Skip to content

Commit 287cafc

Browse files
committed
Reformatted per pre-commit
1 parent f530484 commit 287cafc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525
# Uncomment the below if you use native CircuitPython modules such as
2626
# digitalio, micropython and busio. List the modules you use. Without it, the
2727
# autodoc module docs will fail to generate with a warning.
28-
autodoc_mock_imports = ["displayio", "pwmio", "adafruit_display_text", "adafruit_bitmap_font"]
28+
autodoc_mock_imports = [
29+
"displayio",
30+
"pwmio",
31+
"adafruit_display_text",
32+
"adafruit_bitmap_font",
33+
]
2934

3035

3136
intersphinx_mapping = {

0 commit comments

Comments
 (0)