diff options
author | DR695H <dr695h@att.com> | 2019-09-19 12:24:38 -0400 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-09-19 17:10:29 +0000 |
commit | 303fda14a912a1ede8171774f178e4b693350df4 (patch) | |
tree | b32213ab965142347689f846518517fbb588b9dd /robotframework-onap/ONAPLibrary | |
parent | f27edce9f323108a89d969d8c8808f655efbc9b7 (diff) |
fix issue around class format
Issue-ID: TEST-217
Change-Id: I5e855ebbe28b16b02753046c053345953dd0be0f
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robotframework-onap/ONAPLibrary')
-rw-r--r-- | robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |