File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Subpackages
2020 diffpy.srmise.modelevaluators
2121 diffpy.srmise.applications
2222 diffpy.srmise.baselines
23-
23+
2424Submodules
2525----------
2626
Original file line number Diff line number Diff line change 1212# See LICENSE.rst for license information.
1313#
1414##############################################################################
15-
1615"""Blank namespace package for module diffpy."""
1716
1817
1918from pkgutil import extend_path
2019
2120__path__ = extend_path (__path__ , __name__ )
2221
23- # End of file
22+ # End of file
Original file line number Diff line number Diff line change 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
2122# silence the pyflakes syntax checker
2223assert __version__ or True
2324
24- # End of file
25+ # End of file
You can’t perform that action at this time.
0 commit comments