From 80ebb2c760db377322a7ac2301e00bf3aa5e688f Mon Sep 17 00:00:00 2001
From: kpoulakakis <kpoulakakis@ubitech.eu>
Date: Tue, 4 Jun 2024 10:08:30 +0300
Subject: [PATCH] Import sys library

---
 src/automation/service/__main__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/automation/service/__main__.py b/src/automation/service/__main__.py
index c554bdf3f..c94e6ef30 100644
--- a/src/automation/service/__main__.py
+++ b/src/automation/service/__main__.py
@@ -12,6 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+import sys
 
 def main():
     global LOGGER # pylint: disable=global-statement
-- 
GitLab