Skip to content

Commit 666b515

Browse files
committed
code format
1 parent 410c467 commit 666b515

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@
2424
# Uncomment the below if you use native CircuitPython modules such as
2525
# digitalio, micropython and busio. List the modules you use. Without it, the
2626
# autodoc module docs will fail to generate with a warning.
27-
autodoc_mock_imports = ["displayio", "supervisor", "framebufferio", "picodvi", "audiobusio", "terminalio"]
27+
autodoc_mock_imports = [
28+
"displayio",
29+
"supervisor",
30+
"framebufferio",
31+
"picodvi",
32+
"audiobusio",
33+
"terminalio",
34+
]
2835

2936
autodoc_preserve_defaults = True
3037

0 commit comments

Comments
 (0)