File tree Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Expand file tree Collapse file tree 5 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 26
26
from ansible_collections .checkmk .general .plugins .module_utils .types import (
27
27
generate_result ,
28
28
)
29
- from ansible_collections .checkmk .general .plugins .module_utils .version import (
30
- CheckmkVersion ,
31
- )
32
29
33
30
COMPATIBLE_MODES = [
34
31
"new" ,
Original file line number Diff line number Diff line change 26
26
from ansible_collections .checkmk .general .plugins .module_utils .types import (
27
27
generate_result ,
28
28
)
29
- from ansible_collections .checkmk .general .plugins .module_utils .version import (
30
- CheckmkVersion ,
31
- )
32
29
33
30
COMPATIBLE_MODES = [
34
31
"new" ,
Original file line number Diff line number Diff line change 26
26
from ansible_collections .checkmk .general .plugins .module_utils .types import (
27
27
generate_result ,
28
28
)
29
- from ansible_collections .checkmk .general .plugins .module_utils .version import (
30
- CheckmkVersion ,
31
- )
32
29
33
30
COMPATIBLE_MODES = [
34
31
"new" ,
Original file line number Diff line number Diff line change 26
26
from ansible_collections .checkmk .general .plugins .module_utils .types import (
27
27
generate_result ,
28
28
)
29
- from ansible_collections .checkmk .general .plugins .module_utils .version import (
30
- CheckmkVersion ,
31
- )
32
29
33
30
COMPATIBLE_MODES = [
34
31
"new" ,
Original file line number Diff line number Diff line change 147
147
Discovery240 ,
148
148
)
149
149
from ansible_collections .checkmk .general .plugins .module_utils .logger import Logger
150
- from ansible_collections .checkmk .general .plugins .module_utils .types import RESULT
150
+ from ansible_collections .checkmk .general .plugins .module_utils .types import (
151
+ generate_result ,
152
+ )
151
153
from ansible_collections .checkmk .general .plugins .module_utils .utils import exit_module
152
154
153
155
logger = Logger ()
You can’t perform that action at this time.
0 commit comments