Skip to content

Commit

Permalink
Fix: ruff E501 in ipynb file
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Aug 22, 2024
1 parent 689b77f commit 0bddbc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/ipynb/notebook_showcase_k3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
")\n",
"torus.control_points += [3, 0, 3]\n",
"\n",
"empty_torus = splinepy.helpme.create.circle(1).create.revolved([0, 1, 0], [3, 0, 0], 360)\n"
"empty_torus = splinepy.helpme.create.circle(1).create.revolved(\n",
" [0, 1, 0], [3, 0, 0], 360\n",
")\n"
]
},
{
Expand Down

0 comments on commit 0bddbc0

Please sign in to comment.