mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Make all doc fragments, module utils, and plugin utils private (#11896)
* Make all doc fragments private. * Make all plugin utils private. * Make all module utils private. * Reformat. * Changelog fragment. * Update configs and ignores. * Adjust unit test names.
This commit is contained in:
@@ -10,7 +10,7 @@ from unittest.mock import patch
|
||||
import pytest
|
||||
from ansible_collections.community.internal_test_tools.tests.unit.plugins.modules.utils import set_module_args
|
||||
|
||||
from ansible_collections.community.general.plugins.module_utils.scaleway import Response, Scaleway
|
||||
from ansible_collections.community.general.plugins.module_utils._scaleway import Response, Scaleway
|
||||
from ansible_collections.community.general.plugins.modules import scaleway_private_network
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user