Skip to content

Commit 2841d43

Browse files
fix: Imports
1 parent 25e7009 commit 2841d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/01-basic-plotly-examples/plain-usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"""
3232

3333
from ansys.tools.visualization_interface.backends.plotly.plotly_interface import PlotlyBackend
34-
from ansys.tools.visualization_interface.types import MeshObjectPlot
34+
from ansys.tools.visualization_interface.types.mesh_object_plot import MeshObjectPlot
3535
from ansys.tools.visualization_interface import Plotter
3636
import pyvista as pv
3737
from plotly.graph_objects import Mesh3d

tests/test_plotly_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from ansys.tools.visualization_interface import Plotter
2727
from ansys.tools.visualization_interface.backends.plotly.plotly_interface import PlotlyBackend
28-
from ansys.tools.visualization_interface.types import MeshObjectPlot
28+
from ansys.tools.visualization_interface.types.mesh_object_plot import MeshObjectPlot
2929

3030

3131
def test_plot_3dmesh(tmp_path, image_compare):

0 commit comments

Comments
 (0)