From a6d799945a8770979ff5b78973f7d349651236c4 Mon Sep 17 00:00:00 2001 From: Carlin Hefner Date: Wed, 7 Dec 2022 22:56:11 -0500 Subject: [PATCH] lint --- teslajsonpy/car.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teslajsonpy/car.py b/teslajsonpy/car.py index 57911981..e70b6a56 100644 --- a/teslajsonpy/car.py +++ b/teslajsonpy/car.py @@ -658,7 +658,7 @@ async def _send_command( **kwargs, ) -> dict: """Wrap commands sent to Tesla API. - + Args name: Name of command to send, from endpoints.json additional_path_vars: Additional URI variables ('vehicle_id' already included)