Skip to content

Commit 3fc6e96

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent 352e6ec commit 3fc6e96

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

doc/source/api/diffpy.labpdfproc.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ diffpy.labpdfproc.labpdfprocapp module
3434
:members:
3535
:undoc-members:
3636
:show-inheritance:
37-

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from importlib.metadata import version
1919
from pathlib import Path
2020

21-
autodoc_mock_imports = ['diffpy.utils', 'numpy']
21+
autodoc_mock_imports = ["diffpy.utils", "numpy"]
2222

2323
# If extensions (or modules to document with autodoc) are in another directory,
2424
# add these directories to sys.path here. If the directory is relative to the

src/diffpy/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
__path__ = extend_path(__path__, __name__)
2222

2323
# End of file
24-

0 commit comments

Comments
 (0)