mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Remove wildcard import in test_nclu
This commit is contained in:
@@ -14,11 +14,9 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import sys
|
import os.path
|
||||||
import time
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from ansible.module_utils.basic import *
|
|
||||||
from ansible.modules.network.cumulus import nclu
|
from ansible.modules.network.cumulus import nclu
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user