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():