Skip to content

Commit d10de20

Browse files
committed
fix(core_class): Drop plot_with_threejs import.
1 parent 2cedd82 commit d10de20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pyntcloud/core_class.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from .neighbors import k_neighbors, r_neighbors
1010
from .plot import DESCRIPTION, AVAILABLE_BACKENDS
1111
from .plot.matplotlib_backend import plot_with_matplotlib
12-
from .plot.threejs_backend import plot_with_threejs
1312
from .plot.pythreejs_backend import plot_with_pythreejs
1413
from .plot.pyvista_backend import plot_with_pyvista
1514
from .samplers import ALL_SAMPLERS

0 commit comments

Comments
 (0)