Skip to content

Commit

Permalink
Remove unused import
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 a4b5a98 commit 5e836d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammapy/estimators/points/lightcurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from gammapy.maps import LabelMapAxis, Map, TimeMapAxis
from gammapy.utils.deprecation import deprecated_attribute
from gammapy.utils.pbar import progress_bar
from .core import FluxPoints, LightCurve
from .core import LightCurve
from .sed import FluxPointsEstimator

__all__ = ["LightCurveEstimator"]
Expand Down

0 comments on commit 5e836d5

Please sign in to comment.