Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Dec 4, 2024
1 parent 6f0a5cf commit e4aa863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/viewers/scatter/tests/test_python_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from glue.core import Data, DataCollection
from glue.core.application_base import Application
from glue.viewers.scatter.viewer import SimpleScatterViewer
from glue_qt.viewers.matplotlib.tests.test_python_export import BaseTestExportPython, random_with_nan
from glue.viewers.matplotlib.tests.test_python_export import BaseTestExportPython, random_with_nan


class TestExportPython(BaseTestExportPython):
Expand Down

0 comments on commit e4aa863

Please sign in to comment.