Skip to content

Commit 4c0ae3a

Browse files
committed
chore: revert change in __init__py
1 parent aa7bf1e commit 4c0ae3a

3 files changed

Lines changed: 0 additions & 13 deletions

File tree

CHANGELOG.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ Release notes
1919

2020
* Updated from Python 2.6-2.7 to Python 3.11-3.13
2121
* Support ``scikit-package`` Level 5 standard (https://scikit-package.github.io/scikit-package/).
22-

requirements/conda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
numpy
22
diffpy.pdffit2
33
diffpy.structure
4-

src/diffpy/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,3 @@
1313
# See LICENSE.rst for license information.
1414
#
1515
##############################################################################
16-
"""diffpy - tools for structure analysis by diffraction.
17-
18-
Blank namespace package.
19-
"""
20-
21-
22-
from pkgutil import extend_path
23-
24-
__path__ = extend_path(__path__, __name__)
25-
26-
# End of file

0 commit comments

Comments
 (0)