Skip to content

Commit 6c0be00

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent a58f966 commit 6c0be00

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/source/api/diffpy.srmise.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Subpackages
2020
diffpy.srmise.modelevaluators
2121
diffpy.srmise.applications
2222
diffpy.srmise.baselines
23-
23+
2424
Submodules
2525
----------
2626

src/diffpy/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
1615
"""Blank namespace package for module diffpy."""
1716

1817

1918
from pkgutil import extend_path
2019

2120
__path__ = extend_path(__path__, __name__)
2221

23-
# End of file
22+
# End of file

src/diffpy/srmise/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See LICENSE.rst for license information.
1313
#
1414
##############################################################################
15-
"""Peak extraction and peak fitting tool for atomic pair distribution functions"""
15+
"""Peak extraction and peak fitting tool for atomic pair distribution
16+
functions."""
1617

1718

1819
# package version
@@ -21,4 +22,4 @@
2122
# silence the pyflakes syntax checker
2223
assert __version__ or True
2324

24-
# End of file
25+
# End of file

0 commit comments

Comments
 (0)