Skip to content

Commit

Permalink
Fix init
Browse files Browse the repository at this point in the history
Signed-off-by: cgalelli <[email protected]>
  • Loading branch information
cgalelli committed Mar 19, 2024
1 parent cad7cf0 commit a4b5a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gammapy/estimators/points/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .core import FluxPoints
from .core import FluxPoints, LightCurve
from .lightcurve import LightCurveEstimator
from .profile import FluxProfileEstimator
from .sed import FluxPointsEstimator
from .sensitivity import SensitivityEstimator

__all__ = [
"FluxPoints",
"LightCurve",
"FluxPointsEstimator",
"FluxProfileEstimator",
"LightCurveEstimator",
Expand Down

0 comments on commit a4b5a98

Please sign in to comment.