Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Nov 21, 2022
1 parent b733c49 commit 5df9b00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jdaviz/configs/mosviz/plugins/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ def mos_niriss_parser(app, data_dir, instrument=None,
if len(data_obj) > 1:
raise ValueError(f"Found {len(data_obj)} direct images, expected 1.")
image_data = data_obj[0]


image_data.label = image_label
add_to_glue[image_label] = image_data
Expand Down

0 comments on commit 5df9b00

Please sign in to comment.