From f2b75da8dd38077c60cc2c852f73092980c1f906 Mon Sep 17 00:00:00 2001 From: DR695H Date: Wed, 28 Aug 2019 10:52:51 -0400 Subject: fix linter errors and copyright Change-Id: Idf7384307623c70a9f7714a5d276f404873c5974 Issue-ID: TEST-198 Signed-off-by: DR695H --- robotframework-onap/ONAPLibrary/ServiceMapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robotframework-onap/ONAPLibrary/ServiceMapping.py') diff --git a/robotframework-onap/ONAPLibrary/ServiceMapping.py b/robotframework-onap/ONAPLibrary/ServiceMapping.py index 8eeb3c9..0948d22 100644 --- a/robotframework-onap/ONAPLibrary/ServiceMapping.py +++ b/robotframework-onap/ONAPLibrary/ServiceMapping.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ONAPLibrary.robotlibcore import HybridCore +from robotlibcore import HybridCore from ONAPLibrary.ServiceMappingKeywords import ServiceMappingKeywords -- cgit 1.2.3-korg