Skip to content

Commit

Permalink
DOC : Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
LUCKIN13 committed Dec 11, 2024
1 parent 66bfcf9 commit 91528a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/examples/lince_flight_sim.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@
"\n",
"LincePostDeploy.set_rail_buttons(1.54049, 0.13549)\n",
"\n",
"NoseCone_stage_1 = LincePostDeploy.add_nose(length=0.28, kind=\"vonKarman\", position=2.109417)\n",
"NoseCone_stage_1 = LincePostDeploy.add_nose(\n",
" length=0.28, kind=\"vonKarman\", position=2.109417\n",
")\n",
"\n",
"Fins_stage_1 = LincePostDeploy.add_trapezoidal_fins(\n",
" n=4, span=0.0825, root_chord=0.17, tip_chord=0.0425, position=0.17\n",
Expand Down

0 comments on commit 91528a1

Please sign in to comment.