From b13647121c1f0292827879ff2cc1df3735cabbb4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 1 Apr 2025 09:47:47 +0200 Subject: [PATCH] Fix flake8 issues related to the use of global Change-Id: I65ff4d136a5a7ca324d0cda6bba9063dd4d1b99d Signed-off-by: garciadeblas --- osm_nbi/nbi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index 4e7e8ee..17c7c15 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -2427,7 +2427,6 @@ def _start_service(): Set database, storage, message configuration Init database with admin/admin user password """ - global nbi_server global subscription_thread global cef_logger global current_backend -- 2.25.1