Skip to content

Commit 4d8d007

Browse files
committed
me
1 parent d961a13 commit 4d8d007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymathics/vectorizedplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
try:
2929
from .plot_plot3d import ContourPlot3D, ParametricPlot3D, SphericalPlot3D
3030
except ModuleNotFoundError:
31-
ALREADY_INSTALLED = False
31+
ALREADY_INSTALLED = True
3232

3333

3434
# To be recognized as an external mathics module, the following variable

0 commit comments

Comments
 (0)