Skip to content

Commit

Permalink
combine astropy.coordinates imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiyaNozaki committed Jul 4, 2023
1 parent 35b5c01 commit 5ed25b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lstchain/reco/dl1_to_dl2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
import joblib
import numpy as np
import pandas as pd
from astropy.coordinates import SkyCoord
from astropy.coordinates import Angle
from astropy.coordinates import SkyCoord, Angle
from astropy.time import Time
from pathlib import Path
from sklearn.ensemble import RandomForestClassifier, RandomForestRegressor
Expand Down

0 comments on commit 5ed25b6

Please sign in to comment.