mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Removed import of json. It is already imported in the common module.
This commit is contained in:
committed by
Matt Clay
parent
5b56faeed2
commit
b685cc32c0
@@ -133,10 +133,6 @@ EXAMPLES='''
|
||||
|
||||
import datetime
|
||||
import base64
|
||||
try:
|
||||
import json
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
|
||||
def auth_header(user, passwd, token):
|
||||
if token:
|
||||
|
||||
Reference in New Issue
Block a user