We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d21043 commit ee890d0Copy full SHA for ee890d0
src/compas_libigl/intersections.py
@@ -2,7 +2,7 @@
2
from compas.plugins import plugin
3
4
from compas_libigl import _intersections
5
-from compas_libigl._types_std import VectorVectorInt # noqa: F401
+from compas_libigl._types_std import VectorVectorInt # noqa: F401
6
7
8
@plugin(category="intersections")
0 commit comments