Skip to content

Commit 2c8ec69

Browse files
committed
[ignore] Rebased to current master Mar 13 2024.
1 parent 966aa4d commit 2c8ec69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/module_utils/aci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,6 @@ def dump_json(self):
16731673
if self.result.get("changed") is True:
16741674
json.dump([mo], output_file)
16751675

1676-
<<<<<<< HEAD
16771676
def parsed_url_path(self, url):
16781677
if not HAS_URLPARSE:
16791678
self.fail_json(msg="urlparse is not installed")

0 commit comments

Comments
 (0)