Skip to content

Commit

Permalink
remove typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jun 27, 2024
1 parent 877f53c commit 36395e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_occ/conversions/meshes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from typing import Annotated
from typing import List
from typing import Union

Expand All @@ -16,7 +17,6 @@
from OCC.Core.TopoDS import TopoDS_Face
from OCC.Core.TopoDS import TopoDS_Shell
from OCC.Extend.TopologyUtils import TopologyExplorer
from typing_extensions import Annotated

from .arrays import array1_from_points1

Expand Down

0 comments on commit 36395e9

Please sign in to comment.