Skip to content

Commit 0bddbc0

Browse files
Fix: ruff E501 in ipynb file
1 parent 689b77f commit 0bddbc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ipynb/notebook_showcase_k3d.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@
157157
")\n",
158158
"torus.control_points += [3, 0, 3]\n",
159159
"\n",
160-
"empty_torus = splinepy.helpme.create.circle(1).create.revolved([0, 1, 0], [3, 0, 0], 360)\n"
160+
"empty_torus = splinepy.helpme.create.circle(1).create.revolved(\n",
161+
" [0, 1, 0], [3, 0, 0], 360\n",
162+
")\n"
161163
]
162164
},
163165
{

0 commit comments

Comments
 (0)