Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimain committed Mar 20, 2024
1 parent 94bd1d9 commit e9bbb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/reco/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import astropy.units as u
import numpy as np
import pandas as pd
from astropy.coordinates import AltAz, SkyCoord, EarthLocation
from astropy.coordinates import AltAz, SkyCoord
from astropy.time import Time
from ctapipe.coordinates import CameraFrame
from ctapipe_io_lst import OPTICS
Expand Down

0 comments on commit e9bbb42

Please sign in to comment.