diff options
author | 2024-02-28 00:20:17 +0100 | |
---|---|---|
committer | 2024-02-28 00:20:43 +0100 | |
commit | ece9826b7ad19c80bf35d987856becb91ff8a3e0 (patch) | |
tree | 511a0e0a73a457e0e65183b263647468fbcf0458 /src/onaptests/steps | |
parent | 2b8d4d3dfda94890f3badda9928374fad9b659c3 (diff) |
Fix pylint issues
Fix pylint issues
Issue-ID: TEST-402
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I6eccf2b346eace80a0529c3ef45db3ed75167850
Diffstat (limited to 'src/onaptests/steps')
-rw-r--r-- | src/onaptests/steps/instantiate/service_macro.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |