Skip to content

Commit 7940a08

Browse files
committed
Fix imports
1 parent f11508a commit 7940a08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/modules/dedicated_server_install_wait.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
__metaclass__ = type
66

77
from ansible.module_utils.basic import AnsibleModule
8-
from plugins.module_utils.ovh import OVHResourceNotFound
98

109
DOCUMENTATION = '''
1110
---
@@ -43,7 +42,7 @@
4342

4443
RETURN = ''' # '''
4544

46-
from ansible_collections.synthesio.ovh.plugins.module_utils.ovh import OVH, ovh_argument_spec
45+
from ansible_collections.synthesio.ovh.plugins.module_utils.ovh import OVH, OVHResourceNotFound, ovh_argument_spec
4746
import time
4847

4948

0 commit comments

Comments
 (0)