From ece9826b7ad19c80bf35d987856becb91ff8a3e0 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Wed, 28 Feb 2024 00:20:17 +0100 Subject: Fix pylint issues Fix pylint issues Issue-ID: TEST-402 Signed-off-by: Lukasz Rajewski Change-Id: I6eccf2b346eace80a0529c3ef45db3ed75167850 --- src/onaptests/steps/instantiate/service_macro.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/onaptests/steps') diff --git a/src/onaptests/steps/instantiate/service_macro.py b/src/onaptests/steps/instantiate/service_macro.py index 5588a33..ed60e5b 100644 --- a/src/onaptests/steps/instantiate/service_macro.py +++ b/src/onaptests/steps/instantiate/service_macro.py @@ -1,5 +1,3 @@ - -import time from typing import List from uuid import uuid4 -- cgit 1.2.3-korg