Skip to content

Commit 91528a1

Browse files
committed
DOC : Run black
1 parent 66bfcf9 commit 91528a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/examples/lince_flight_sim.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,9 @@
318318
"\n",
319319
"LincePostDeploy.set_rail_buttons(1.54049, 0.13549)\n",
320320
"\n",
321-
"NoseCone_stage_1 = LincePostDeploy.add_nose(length=0.28, kind=\"vonKarman\", position=2.109417)\n",
321+
"NoseCone_stage_1 = LincePostDeploy.add_nose(\n",
322+
" length=0.28, kind=\"vonKarman\", position=2.109417\n",
323+
")\n",
322324
"\n",
323325
"Fins_stage_1 = LincePostDeploy.add_trapezoidal_fins(\n",
324326
" n=4, span=0.0825, root_chord=0.17, tip_chord=0.0425, position=0.17\n",

0 commit comments

Comments
 (0)