mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-06-26 11:48:42 +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
|
@ -178,7 +178,6 @@ ansible_facts:
|
|||
returned: I(gather_subset) contains C(routing)
|
||||
type: dict
|
||||
"""
|
||||
import re
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.six import iteritems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue