Skip to content

Commit

Permalink
codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Mar 17, 2023
1 parent 902bff6 commit f7cbfc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdaviz/configs/imviz/plugins/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def _roman_2d_asdf_to_glue_data(file_obj, data_label, ext=None):

# ---- Functions that handle input from non-JWST, non-Roman FITS files -----


def _hdu_to_glue_data(hdu, data_label, hdulist=None):
data, data_label = _hdu2data(hdu, data_label, hdulist)
yield data, data_label
Expand Down

0 comments on commit f7cbfc2

Please # to comment.