From 64943bc25791176dceaf63b3343f37b143f12287 Mon Sep 17 00:00:00 2001
From: kpoulakakis <kpoulakakis@ubitech.eu>
Date: Tue, 4 Jun 2024 12:47:49 +0300
Subject: [PATCH] Correct the import.

---
 src/automation/tests/test_unitary_emulated.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/automation/tests/test_unitary_emulated.py b/src/automation/tests/test_unitary_emulated.py
index 2f58f763c..355408d7e 100644
--- a/src/automation/tests/test_unitary_emulated.py
+++ b/src/automation/tests/test_unitary_emulated.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import logging,
+import logging
 
 LOGGER = logging.getLogger(__name__)
 
-- 
GitLab