We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57caa82 commit 01ddc28Copy full SHA for 01ddc28
1 file changed
pymathics/vectorizedplot/__init__.py
@@ -34,7 +34,7 @@
34
"__version__",
35
"pymathics_version_data"
36
)
37
-except Exception:
+except ModuleNotFoundError:
38
__all__ = (
39
40
0 commit comments