mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -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
|
@ -16,7 +16,7 @@ description:
|
|||
version_added: "1.3"
|
||||
author: "Artūras `arturaz` Šlajus (@arturaz)"
|
||||
notes: []
|
||||
requirements: [urllib2]
|
||||
requirements: []
|
||||
options:
|
||||
api_key:
|
||||
description: ["Your DataDog API key."]
|
||||
|
@ -139,5 +139,5 @@ def post_event(module):
|
|||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.urls import *
|
||||
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue