From 2ffd98c9d0b85b7c6c6b0bf61cd9e848234914ce Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 18 Jul 2023 19:02:15 +0000 Subject: Fix issue in status check after pylama fixxes addition Issue-ID: INT-2222 Signed-off-by: Lukasz Rajewski Change-Id: Ia68eda6517295ba3916e585403ff7bcc3453b99c --- src/onaptests/scenario/cds_resource_resolution.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/onaptests/scenario/cds_resource_resolution.py') diff --git a/src/onaptests/scenario/cds_resource_resolution.py b/src/onaptests/scenario/cds_resource_resolution.py index 675b135..470f030 100644 --- a/src/onaptests/scenario/cds_resource_resolution.py +++ b/src/onaptests/scenario/cds_resource_resolution.py @@ -14,7 +14,6 @@ from onaptests.steps.simulator.cds_mockserver import \ from onaptests.utils.exceptions import OnapTestException - class CDSResourceResolutionStep(BaseStep): """Step created to run scenario and generate report.""" -- cgit 1.2.3-korg