Typo fixed

This commit is contained in:
Joel Moriana 2020-03-30 12:35:10 +02:00 committed by bernat
parent 1dd08c29e9
commit 55d87ef03a
2 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ else:
sys.exit("please declare environment variable 'SUMO_HOME'")
# ==================================================================================================
# -- sumo integration importants -------------------------------------------------------------------
# -- sumo integration imports ----------------------------------------------------------------------
# ==================================================================================================
from sumo_integration.bridge_helper import BridgeHelper # pylint: disable=wrong-import-position

View File

@ -85,9 +85,9 @@ class SumoActorClass(enum.Enum):
SumoActor = collections.namedtuple(
'SumoActor', 'type_id vclass transform signals extent color')
# ==============================================================================
# -- sumo simulation -----------------------------------------------------------
# ==============================================================================
# ==================================================================================================
# -- sumo simulation -------------------------------------------------------------------------------
# ==================================================================================================
class SumoSimulation(object):