[qu2cu.benchmark] Black
This commit is contained in:
parent
c77ddcad45
commit
a4f4cd078c
@ -16,7 +16,7 @@ def generate_curves(n):
|
||||
]
|
||||
curves = []
|
||||
for i in range(n):
|
||||
curves.append(tuple(points[i * 3: i * 3 + 4]))
|
||||
curves.append(tuple(points[i * 3 : i * 3 + 4]))
|
||||
return curves
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user