From b55ace242a544b17dc2dfa3ef3a672b99738e88b Mon Sep 17 00:00:00 2001 From: Shailaja Date: Thu, 6 Jun 2024 10:34:51 +0530 Subject: [PATCH] fixed import statement --- collection/plugins/modules/device_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection/plugins/modules/device_defaults.py b/collection/plugins/modules/device_defaults.py index 29898a0..049314b 100644 --- a/collection/plugins/modules/device_defaults.py +++ b/collection/plugins/modules/device_defaults.py @@ -151,7 +151,7 @@ response: ''' from ansible_collections.community.syncthing.plugins.module_utils.syncthing_api import SyncthingModule -from common.py import deep_equalfrom ansible_collections.community.syncthing.plugins.module_utils.common import get_changes +from ansible_collections.community.syncthing.plugins.module_utils.common import get_changes import json def run_module():