From 7cec9dcb596dcc304ac2c35360123a1e9c4ce5ff Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sat, 3 Feb 2024 22:27:50 -0800 Subject: [PATCH] Apply suggestions from code review --- examples/Python/src/CARLA/src/carla_async.lf | 1 - examples/Python/src/CARLA/src/carla_sync.lf | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/Python/src/CARLA/src/carla_async.lf b/examples/Python/src/CARLA/src/carla_async.lf index e5c1a43a..11bd237a 100644 --- a/examples/Python/src/CARLA/src/carla_async.lf +++ b/examples/Python/src/CARLA/src/carla_async.lf @@ -1,5 +1,4 @@ target Python { - threading: True, files: include/carla_client.py } diff --git a/examples/Python/src/CARLA/src/carla_sync.lf b/examples/Python/src/CARLA/src/carla_sync.lf index 967f4279..9a32fffc 100644 --- a/examples/Python/src/CARLA/src/carla_sync.lf +++ b/examples/Python/src/CARLA/src/carla_sync.lf @@ -1,5 +1,4 @@ target Python { - threading: True, files: include/carla_client.py }