From 7d330aabaf1073410ea139da2066f7ce493efe08 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 18 Sep 2025 08:10:49 +0200 Subject: [PATCH] add test line --- .github/sync_labels.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/sync_labels.py b/.github/sync_labels.py index dad2c43305a..2871c89af3c 100755 --- a/.github/sync_labels.py +++ b/.github/sync_labels.py @@ -16,6 +16,8 @@ # http://www.gnu.org/licenses/ ############################################################################## +# This line is temporary for test purpose + import os import sys from logging import info, warning, debug, getLogger, INFO, DEBUG, WARNING