mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Removed import of json. It is already imported in the common module.
This commit is contained in:
parent
5b56faeed2
commit
b685cc32c0
1 changed files with 0 additions and 4 deletions
|
@ -133,10 +133,6 @@ EXAMPLES='''
|
||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import base64
|
import base64
|
||||||
try:
|
|
||||||
import json
|
|
||||||
except ImportError:
|
|
||||||
import simplejson as json
|
|
||||||
|
|
||||||
def auth_header(user, passwd, token):
|
def auth_header(user, passwd, token):
|
||||||
if token:
|
if token:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue