From 56704b8d7920487301828dd7393065567a9304be Mon Sep 17 00:00:00 2001 From: "Alan D. Tse" Date: Fri, 19 Feb 2021 00:05:00 -0800 Subject: [PATCH] refactor: move spdx-id into docstring --- teslajsonpy/connection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teslajsonpy/connection.py b/teslajsonpy/connection.py index b2ef3084..741fb623 100644 --- a/teslajsonpy/connection.py +++ b/teslajsonpy/connection.py @@ -1,7 +1,8 @@ -# SPDX-License-Identifier: Apache-2.0 """ Python Package for controlling Tesla API. +SPDX-License-Identifier: Apache-2.0 + Underlying connection logic. For more details about this api, please refer to the documentation at