Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Apr 22, 2024
1 parent 3d4925b commit 608bad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compas_occ/geometry/curves/nurbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
from compas.geometry import Frame
from compas.geometry import Line
from compas.geometry import NurbsCurve
from compas.geometry import Point

# from OCC.Core.TopoDS import TopoDS_Edge
from compas.geometry import Point
from OCC.Core.Geom import Geom_BSplineCurve
from OCC.Core.GeomAPI import GeomAPI_Interpolate
from OCC.Core.GeomConvert import GeomConvert_CompCurveToBSplineCurve
Expand Down

0 comments on commit 608bad8

Please sign in to comment.