[qu2cu.benchmark] Black

This commit is contained in:
Behdad Esfahbod 2023-02-20 17:20:06 -07:00
parent c77ddcad45
commit a4f4cd078c

View File

@ -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