From 303fda14a912a1ede8171774f178e4b693350df4 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 19 Sep 2019 12:24:38 -0400 Subject: fix issue around class format Issue-ID: TEST-217 Change-Id: I5e855ebbe28b16b02753046c053345953dd0be0f Signed-off-by: DR695H --- robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robotframework-onap/ONAPLibrary') diff --git a/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py b/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py index a07f582..14547d7 100644 --- a/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py +++ b/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py @@ -18,7 +18,7 @@ from robot.api.deco import keyword from robot.libraries.BuiltIn import BuiltIn -class CloudConfigSOKeywords(): +class CloudConfigSOKeywords(object): """SO is an ONAP testing library for Robot Framework that provides functionality for interacting with the service orchestrator. """ -- cgit