mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 03:07:01 +00:00
Reformat everything.
This commit is contained in:
parent
3f2213791a
commit
340ff8586d
1008 changed files with 61301 additions and 58309 deletions
|
|
@ -9,11 +9,11 @@ from unittest.mock import Mock
|
|||
|
||||
# FIXME: These should be done inside of a fixture so that they're only mocked during
|
||||
# these unittests
|
||||
if 'hpOneView' not in sys.modules:
|
||||
sys.modules['hpOneView'] = Mock()
|
||||
sys.modules['hpOneView.oneview_client'] = Mock()
|
||||
if "hpOneView" not in sys.modules:
|
||||
sys.modules["hpOneView"] = Mock()
|
||||
sys.modules["hpOneView.oneview_client"] = Mock()
|
||||
|
||||
ONEVIEW_MODULE_UTILS_PATH = 'ansible_collections.community.general.plugins.module_utils.oneview'
|
||||
ONEVIEW_MODULE_UTILS_PATH = "ansible_collections.community.general.plugins.module_utils.oneview"
|
||||
from ansible_collections.community.general.plugins.module_utils.oneview import ( # noqa: F401, pylint: disable=unused-import
|
||||
OneViewModuleException,
|
||||
OneViewModuleTaskError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue