mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Clean up unneeded urllib2 imports
This commit is contained in:
parent
dccee8bcd4
commit
a4859e1087
9 changed files with 22 additions and 25 deletions
|
@ -31,9 +31,7 @@ description:
|
|||
author: "Mischa Peters (@mischapeters)"
|
||||
notes:
|
||||
- Requires A10 Networks aXAPI 2.1
|
||||
requirements:
|
||||
- urllib2
|
||||
- re
|
||||
requirements: []
|
||||
options:
|
||||
host:
|
||||
description:
|
||||
|
@ -294,6 +292,6 @@ def main():
|
|||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.urls import *
|
||||
from ansible.module_utils.a10 import *
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue