Skip to content

Commit

Permalink
[ignore] Rebased to current master Mar 13 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
anvitha-jain committed Mar 13, 2024
1 parent 966aa4d commit 2c8ec69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/module_utils/aci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,6 @@ def dump_json(self):
if self.result.get("changed") is True:
json.dump([mo], output_file)

<<<<<<< HEAD
def parsed_url_path(self, url):
if not HAS_URLPARSE:
self.fail_json(msg="urlparse is not installed")
Expand Down

0 comments on commit 2c8ec69

Please sign in to comment.