Skip to content

Commit

Permalink
Fix __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Nov 10, 2023
1 parent f5b41d2 commit 1f897e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/viewers/matplotlib/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from echo import delay_callback
from glue.utils import mpl_to_datetime64

__all__ = ['MatplotlibViewerMixin']
__all__ = ['MatplotlibViewerMixin', 'SimpleMatplotlibViewer']

SCRIPT_HEADER = """
# Initialize figure
Expand Down

0 comments on commit 1f897e0

Please sign in to comment.