Skip to content

Commit

Permalink
Removing unused imports (astropy.table.Table and functools)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunkyuh committed Dec 2, 2024
1 parent 28227c4 commit d0a7565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions romanisim/bandpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0a7565

Please sign in to comment.