mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Removed the unused module imports
This commit is contained in:
parent
f12a8a2267
commit
008e79fe74
1 changed files with 1 additions and 3 deletions
|
@ -26,10 +26,8 @@
|
|||
|
||||
import re
|
||||
|
||||
from ansible.module_utils.network import NetworkModule, NetworkError, ModuleStub
|
||||
from ansible.module_utils.network import add_argument, register_transport, to_list
|
||||
from ansible.module_utils.network import register_transport, to_list
|
||||
from ansible.module_utils.shell import CliBase
|
||||
from ansible.module_utils.netcli import Command
|
||||
from ansible.module_utils.netcfg import NetworkConfig, ConfigLine
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue