Skip to content

Commit 8d2ec15

Browse files
committed
isort/black
1 parent 3c34df5 commit 8d2ec15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pymathics/vectorizedplot/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@
2626

2727
ALREADY_INSTALLED = True
2828
try:
29-
from .plot_plot3d import ContourPlot3D, ParametricPlot3D, SphericalPlot3D
29+
from pymathics.vectorizedplot.plot_plot3d import (
30+
ContourPlot3D,
31+
ParametricPlot3D,
32+
SphericalPlot3D,
33+
)
3034
except ModuleNotFoundError:
35+
print("module cannot be loaded...")
3136
ALREADY_INSTALLED = True
3237

3338

0 commit comments

Comments
 (0)