Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Sep 22, 2023
1 parent c7ac38a commit a447db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcviz/template_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from glue.core import HubListener

import jdaviz
from jdaviz.core.template_mixin import ViewerSelect, SelectPluginComponent
from jdaviz.core.template_mixin import ViewerSelect, DatasetSelect, SelectPluginComponent
from lcviz.events import ViewerRenamedMessage, EphemerisComponentChangedMessage

__all__ = ['EphemerisSelect', 'EphemerisSelectMixin']
Expand Down

0 comments on commit a447db6

Please sign in to comment.