Skip to content

Commit b61a877

Browse files
committed
clean out inits
1 parent 978dca1 commit b61a877

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

Diff for: diffpy/srmise/baselines/__init__.py

-7
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@
1212
#
1313
##############################################################################
1414

15-
__all__ = ["base", "arbitrary", "fromsequence", "nanospherical", "polynomial"]
16-
17-
from arbitrary import Arbitrary
18-
from base import Baseline
19-
from fromsequence import FromSequence
20-
from nanospherical import NanoSpherical
21-
from polynomial import Polynomial

Diff for: diffpy/srmise/modelevaluators/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@
1212
#
1313
##############################################################################
1414

15-
__all__ = ["base", "aic", "aicc"]
1615

17-
from aic import AIC
18-
from aicc import AICc

Diff for: diffpy/srmise/peaks/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
#
1313
##############################################################################
1414

15-
__all__ = ["base", "gaussian", "gaussianoverr", "terminationripples"]

0 commit comments

Comments
 (0)