Skip to content

Commit 36395e9

Browse files
committed
remove typing extensions
1 parent 877f53c commit 36395e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_occ/conversions/meshes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from typing import Annotated
12
from typing import List
23
from typing import Union
34

@@ -16,7 +17,6 @@
1617
from OCC.Core.TopoDS import TopoDS_Face
1718
from OCC.Core.TopoDS import TopoDS_Shell
1819
from OCC.Extend.TopologyUtils import TopologyExplorer
19-
from typing_extensions import Annotated
2020

2121
from .arrays import array1_from_points1
2222

0 commit comments

Comments
 (0)