mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-28 20:40:24 +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
|
@ -5,11 +5,9 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
import json
|
||||
import re
|
||||
|
||||
from ansible.errors import AnsibleConnectionFailure
|
||||
from ansible.module_utils.common.text.converters import to_text, to_bytes
|
||||
from ansible.plugins.terminal import TerminalBase
|
||||
from ansible.utils.display import Display
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue