From d0a756527ae062baf1eebe8d8e41c71334e38660 Mon Sep 17 00:00:00 2001 From: Eunkyu Han Date: Mon, 2 Dec 2024 14:41:54 -0500 Subject: [PATCH] Removing unused imports (astropy.table.Table and functools) --- romanisim/bandpass.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/romanisim/bandpass.py b/romanisim/bandpass.py index 2a0b1d3..3a16d46 100644 --- a/romanisim/bandpass.py +++ b/romanisim/bandpass.py @@ -9,10 +9,8 @@ from importlib import resources from scipy import integrate from astropy import constants -from astropy.table import Table from astropy.io import ascii from astropy import units as u -import functools from romanisim import parameters # to go from calibrated fluxes in maggies to counts in the Roman bands