Skip to content

Commit 58be67e

Browse files
removes flight_id from additional rocketpy flight invocation parameters
1 parent 58ccdae commit 58be67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/models/flight.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def get_additional_parameters(self):
3434
if value is not None
3535
and key
3636
not in [
37+
"flight_id",
3738
"name",
3839
"environment",
3940
"rocket",

0 commit comments

Comments
 (0)