Skip to content

Commit 7994c07

Browse files
committed
black formatting
1 parent fd4290c commit 7994c07

File tree

1 file changed

+2
-2
lines changed
  • src/compas_rhino/geometry/surfaces

1 file changed

+2
-2
lines changed

src/compas_rhino/geometry/surfaces/nurbs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def rhino_surface_from_parameters(
6868
is_rational = True # TODO: check if all weights are equal? https://developer.rhino3d.com/guides/opennurbs/nurbs-geometry-overview/
6969
dimensions = 3
7070
rhino_surface = Rhino.Geometry.NurbsSurface.Create(
71-
dimensions, is_rational, u_order, v_order, u_point_count, v_point_count
72-
)
71+
dimensions, is_rational, u_order, v_order, u_point_count, v_point_count
72+
)
7373

7474
if not rhino_surface:
7575
message = "dimensions: {} is_rational: {} u_order: {} v_order: {} u_points: {} v_points: {}".format(

0 commit comments

Comments
 (0)