mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-05 10:44:37 +02:00
Remove unneccessary imports (#149)
* Remove unneccessary imports. * Add noqas.
This commit is contained in:
parent
e7dafebc7a
commit
622680fe3f
7 changed files with 5 additions and 15 deletions
|
@ -265,7 +265,6 @@ message:
|
|||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.basic import missing_required_lib
|
||||
from ansible.module_utils.common.text.converters import to_native
|
||||
|
||||
from ansible_collections.community.routeros.plugins.module_utils.quoting import (
|
||||
|
@ -282,8 +281,6 @@ from ansible_collections.community.routeros.plugins.module_utils.api import (
|
|||
)
|
||||
|
||||
import re
|
||||
import ssl
|
||||
import traceback
|
||||
|
||||
try:
|
||||
from librouteros.exceptions import LibRouterosError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue