Remove unused json import (#67876)

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
pull/67877/head
Paul Belanger 5 years ago committed by GitHub
parent fbcef7e586
commit 3c9747ba2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,6 @@ checkpoint_access_rules:
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.connection import Connection
from ansible.module_utils.network.checkpoint.checkpoint import checkpoint_argument_spec, publish, install_policy
import json
def get_access_rule(module, connection):

Loading…
Cancel
Save