mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
applying indentation patch from skvidal
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
try:
|
||||
import json
|
||||
import json
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
import simplejson as json
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user