Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 27, 2024
1 parent c56b044 commit 9db8aae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion doc/source/api/diffpy.labpdfproc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ diffpy.labpdfproc.labpdfprocapp module
:members:
:undoc-members:
:show-inheritance:

2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from importlib.metadata import version
from pathlib import Path

autodoc_mock_imports = ['diffpy.utils', 'numpy']
autodoc_mock_imports = ["diffpy.utils", "numpy"]

# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
Expand Down
1 change: 0 additions & 1 deletion src/diffpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@
__path__ = extend_path(__path__, __name__)

# End of file

0 comments on commit 9db8aae

Please sign in to comment.