Skip to content

Commit

Permalink
Remove unused start_delay_ms attribute from ScenarioObject class
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert108 committed Nov 19, 2024
1 parent fd97d63 commit 84edf10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion atos/modules/OpenScenarioGateway/openscenariogateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self, name: str, catalog_ref: xosc.CatalogReference):
self.catalog_ref: xosc.CatalogReference = catalog_ref
self.ip: str = None
self.started: bool = False
self.start_delay_ms = 0


class OpenScenarioGateway(Node):
Expand Down

0 comments on commit 84edf10

Please sign in to comment.