Skip to content

Commit

Permalink
remove unused pandas import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Nov 3, 2020
1 parent 49ddf50 commit e24c5cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flarestack/utils/make_SoB_splines.py
Expand Up @@ -4,7 +4,6 @@
import shutil
import scipy.interpolate
import pickle as Pickle
import pandas as pd
from flarestack.shared import gamma_precision, SoB_spline_path, \
bkg_spline_path, dataset_plot_dir, get_base_sob_plot_dir, SoB_spline_dir, bkg_spline_dir, acc_f_dir
from flarestack.core.energy_pdf import PowerLaw
Expand Down

0 comments on commit e24c5cc

Please sign in to comment.