Skip to content

Commit b86013e

Browse files
PhRosenbergerpmai
authored andcommitted
removing 1 more format option
Signed-off-by: Philipp Rosenberger <[email protected]>
1 parent ec6b29a commit b86013e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

format/OSITrace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def from_file(self, path, type_name="SensorView", max_index=-1):
5454
self.scenario_file = open(path, "rb")
5555

5656
self.type_name = type_name
57-
self.format_type = format_type
5857
self.timestep_count = self.retrieve_message()
5958

6059
def retrieve_message(self):

0 commit comments

Comments
 (0)