Skip to content

Commit

Permalink
Fix import in start_glue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 27, 2024
1 parent 9a4d4da commit f5d8533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

ga.new_data_viewer(WWTQtViewer)

from glue_vispy_viewers.scatter.scatter_viewer import VispyScatterViewer
from glue_vispy_viewers.scatter.qt.scatter_viewer import VispyScatterViewer

ga.new_data_viewer(VispyScatterViewer)

Expand Down

0 comments on commit f5d8533

Please sign in to comment.