From 856656f2e1acea5d065b0662ea4d87ac53acda20 Mon Sep 17 00:00:00 2001 From: Jacob Berelman <630000+stickpin@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:32:31 +0100 Subject: [PATCH] fix black --- volkswagencarnet/vw_vehicle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/volkswagencarnet/vw_vehicle.py b/volkswagencarnet/vw_vehicle.py index 31b276e9..ba92e44e 100644 --- a/volkswagencarnet/vw_vehicle.py +++ b/volkswagencarnet/vw_vehicle.py @@ -28,6 +28,7 @@ ENGINE_TYPE_GASOLINE = "gasoline" ENGINE_TYPE_COMBUSTION = [ENGINE_TYPE_DIESEL, ENGINE_TYPE_GASOLINE] + class Vehicle: """Vehicle contains the state of sensors and methods for interacting with the car."""