Skip to content

Commit

Permalink
Fix duplicate var
Browse files Browse the repository at this point in the history
  • Loading branch information
TayYim committed Jun 3, 2024
1 parent d826a72 commit 0fc813e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srunner/scenariomanager/carla_data_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class CarlaDataProvider(object): # pylint: disable=too-many-public-methods
_grp = None # type: GlobalRoutePlanner
_runtime_init_flag = False
_lock = threading.Lock()
_grp = None
_latest_scenario = ""

@staticmethod
Expand Down

0 comments on commit 0fc813e

Please sign in to comment.