diff options
Diffstat (limited to 'vnftest/runners/base.py')
-rwxr-xr-x | vnftest/runners/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnftest/runners/base.py b/vnftest/runners/base.py index 7310d9b..28127af 100755 --- a/vnftest/runners/base.py +++ b/vnftest/runners/base.py @@ -26,7 +26,6 @@ from Queue import Empty import vnftest.common.utils as utils from vnftest.steps import base as base_step -from vnftest.onap.onap_api_call import OnapApiCall log = logging.getLogger(__name__) |