Skip to content

Commit

Permalink
🔥 Remove about imoprting peaks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arafune committed Apr 29, 2024
1 parent cc89781 commit 5948f65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/arpes/fits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
LogRenormalizationModel,
QuadraticModel,
)
from .fit_models.peaks import TwoGaussianModel, TwoLorModel
from .fit_models.two_dimensional import EffectiveMassModel, Gaussian2DModel
from .fit_models.wrapped import (
ConstantModel,
Expand Down
1 change: 0 additions & 1 deletion src/arpes/fits/fit_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
TwoLorEdgeModel,
)
from .misc import FermiVelocityRenormalizationModel, LogRenormalizationModel, QuadraticModel
from .peaks import TwoGaussianModel, TwoLorModel
from .two_dimensional import EffectiveMassModel, Gaussian2DModel
from .wrapped import (
ConstantModel,
Expand Down

0 comments on commit 5948f65

Please sign in to comment.