Skip to content

Commit 8ee9836

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 280c652 commit 8ee9836

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: doc/source/conf.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@
4646
"m2r",
4747
]
4848

49-
autodoc_mock_imports = [
50-
"h5py",
51-
"tkinter",
52-
"matplotlib"
53-
]
49+
autodoc_mock_imports = ["h5py", "tkinter", "matplotlib"]
5450

5551
# Add any paths that contain templates here, relative to this directory.
5652
templates_path = ["_templates"]

0 commit comments

Comments
 (0)