From a1a85f7cc121b1c1176f2b79b22f4e4bca43177a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 19 Jun 2018 07:14:42 +0200 Subject: Fix pylint errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are highlighted by the last pylint version. Change-Id: I473212a413013492716993fb536903b13bff66ed Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/sdn/odl/odl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/opnfv_tests/sdn') diff --git a/functest/opnfv_tests/sdn/odl/odl.py b/functest/opnfv_tests/sdn/odl/odl.py index cb086a30e..180fa0eab 100644 --- a/functest/opnfv_tests/sdn/odl/odl.py +++ b/functest/opnfv_tests/sdn/odl/odl.py @@ -27,10 +27,10 @@ import sys import os_client_config from six.moves import urllib +from xtesting.core import robotframework from functest.utils import config from functest.utils import env -from xtesting.core import robotframework __author__ = "Cedric Ollivier " -- cgit 1.2.3-korg