From cbd0cebebc6cf65ae5eca26e27797094bd14b976 Mon Sep 17 00:00:00 2001 From: Tucker Alban Date: Tue, 9 Jan 2024 00:30:18 +0000 Subject: [PATCH] GitHub Actions: Format --- smarts/core/vehicle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/smarts/core/vehicle.py b/smarts/core/vehicle.py index 2be1a6d592..a5479cb3b5 100644 --- a/smarts/core/vehicle.py +++ b/smarts/core/vehicle.py @@ -60,6 +60,7 @@ from smarts.core.sensor_manager import SensorManager from smarts.core.smarts import SMARTS + class Vehicle: """Represents a single vehicle."""