From 58461bc20408955a0efc37be8bce97efb387bcd5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 1 Feb 2023 09:23:59 -0800 Subject: [PATCH] Remove outdated note on relative imports in docs (#79873) --- .../rst/dev_guide/developing_program_flow_modules.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst index a3cc99a166f..e858103d6bd 100644 --- a/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst +++ b/docs/docsite/rst/dev_guide/developing_program_flow_modules.rst @@ -341,12 +341,6 @@ Files that are included from :file:`module_utils` are themselves scanned for imports of other Python modules from :file:`module_utils` to be included in the zipfile as well. -.. warning:: - At present, the Ansiballz Framework cannot determine whether an import - should be included if it is a relative import. Always use an absolute - import that has :py:mod:`ansible.module_utils` in it to allow Ansiballz to - determine that the file should be included. - .. _flow_passing_module_args: