From 78a6c8353a6e97e5d06365045c30c6491b706f14 Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Wed, 15 Nov 2023 14:52:23 +0100 Subject: [PATCH] Dummy PR to verify CI for PR --- README.md | 1 - kuksa-client/kuksa_client/__init__.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85427eb..04b9d6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # KUKSA Python SDK ![kuksa.val Logo](./docs/pictures/logo.png) - **Note: The KUKSA project is currently in the process of moving the KUKSA Python SDK (kuksa-client)** **from the [kuksa.val](https://github.com/eclipse/kuksa.val/tree/master/kuksa-client) repository** **to this repository. This repository is still in *draft* status!** diff --git a/kuksa-client/kuksa_client/__init__.py b/kuksa-client/kuksa_client/__init__.py index 5a5ee90..5b9bba9 100644 --- a/kuksa-client/kuksa_client/__init__.py +++ b/kuksa-client/kuksa_client/__init__.py @@ -31,6 +31,7 @@ class KuksaClientThread(threading.Thread): # Constructor + # Dummy comment just for testing def __init__(self, config): super().__init__()