Remove outdated note on relative imports in docs (#79873)

pull/79878/head
Matt Clay 1 year ago committed by GitHub
parent fa382670dc
commit 58461bc204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save