Update PythonAPI/test/API/spawn_vehicles.py

Co-authored-by: Xavier Solé Nogués <xavisolesoft@gmail.com>
This commit is contained in:
Blyron 2024-04-19 10:14:25 +02:00 committed by Xavier Solé Nogués
parent 84e5e92f01
commit ab0d15393d
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ except IndexError:
import carla
class TestVehiclesSpawnTest(unittest.TestCase):
print("IntegrationTest.Vehicles.VehiclesSpawnTest")
def test_vehicle_spawn(self):
client = carla.Client()
world = client.load_world('Town10HD_Opt')