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 877f53c commit 36395e9Copy full SHA for 36395e9
src/compas_occ/conversions/meshes.py
@@ -1,3 +1,4 @@
1
+from typing import Annotated
2
from typing import List
3
from typing import Union
4
@@ -16,7 +17,6 @@
16
17
from OCC.Core.TopoDS import TopoDS_Face
18
from OCC.Core.TopoDS import TopoDS_Shell
19
from OCC.Extend.TopologyUtils import TopologyExplorer
-from typing_extensions import Annotated
20
21
from .arrays import array1_from_points1
22
0 commit comments