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 c55d78b commit 38fa1beCopy full SHA for 38fa1be
src/compas_libigl/mapping.py
@@ -20,7 +20,7 @@
20
from tessagon.types.weave_tessagon import WeaveTessagon
21
from tessagon.types.zig_zag_tessagon import ZigZagTessagon
22
23
-from compas_libigl import _mapping
+from compas_libigl import _mapping # type: ignore
24
from compas_libigl._types_std import VectorBool # noqa: F401
25
from compas_libigl._types_std import VectorInt # noqa: F401
26
from compas_libigl._types_std import VectorVectorInt # noqa: F401
0 commit comments