Remove wildcard import in test_nclu
This commit is contained in:
parent
4cad720b22
commit
2db9b6d2ca
1 changed files with 1 additions and 3 deletions
|
@ -14,11 +14,9 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import sys
|
||||
import time
|
||||
import os.path
|
||||
import unittest
|
||||
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.modules.network.cumulus import nclu
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue