From 2db9b6d2ca6e2d8e8a02b8c6b30a5b61fab990c7 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 9 Oct 2017 10:54:47 -0700 Subject: [PATCH] Remove wildcard import in test_nclu --- test/units/modules/network/cumulus/test_nclu.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/units/modules/network/cumulus/test_nclu.py b/test/units/modules/network/cumulus/test_nclu.py index 6b38a60b794..425c0a2c236 100644 --- a/test/units/modules/network/cumulus/test_nclu.py +++ b/test/units/modules/network/cumulus/test_nclu.py @@ -14,11 +14,9 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -import sys -import time +import os.path import unittest -from ansible.module_utils.basic import * from ansible.modules.network.cumulus import nclu