Skip to content

Commit

Permalink
Remove unused json import (ansible#67876)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Belanger <[email protected]>
  • Loading branch information
pabelanger authored Feb 29, 2020
1 parent fbcef7e commit 3c9747b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
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):
Expand Down

0 comments on commit 3c9747b

Please sign in to comment.