Skip to content

Commit 8f5a8fc

Browse files
Formatting
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@partner.bmw.de>
1 parent 27df0e4 commit 8f5a8fc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

osi3trace/osi2read.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ def command_line_arguments():
2828
"--type",
2929
"-t",
3030
help="Name of the type used to serialize data.",
31-
choices=["SensorView", "GroundTruth", "SensorData", "TrafficUpdate", "TrafficCommand", "TrafficCommandUpdate"],
31+
choices=[
32+
"SensorView",
33+
"GroundTruth",
34+
"SensorData",
35+
"TrafficUpdate",
36+
"TrafficCommand",
37+
"TrafficCommandUpdate",
38+
],
3239
default="SensorView",
3340
type=str,
3441
required=False,

osi3trace/osi_trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"SensorData": SensorData,
2020
"TrafficUpdate": TrafficUpdate,
2121
"TrafficCommand": TrafficCommand,
22-
"TrafficCommandUpdate": TrafficCommandUpdate
22+
"TrafficCommandUpdate": TrafficCommandUpdate,
2323
}
2424

2525

0 commit comments

Comments
 (0)