You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 18:43:09 +03:00
Remove unneccessary imports (#5940)
* Remove unneccessary imports. * Keep unnecessary imports in module_utils - for now. * Make older sanity tests shut up. * Also make flake8 happier.
This commit is contained in:
@ -101,10 +101,6 @@ import os
|
||||
from ansible_collections.community.general.plugins.module_utils.cmd_runner import CmdRunner, cmd_runner_fmt
|
||||
from ansible_collections.community.general.plugins.module_utils.module_helper import ModuleHelper
|
||||
|
||||
from ansible_collections.community.general.plugins.module_utils.module_helper import (
|
||||
ArgFormat
|
||||
)
|
||||
|
||||
|
||||
class MkSysB(ModuleHelper):
|
||||
module = dict(
|
||||
|
Reference in New Issue
Block a user