Don't deprecate six yet (#86020)

pull/85955/head
sivel / Matt Martz 2 months ago committed by GitHub
parent 2799a684fc
commit 1a3e63c794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -33,14 +33,6 @@ import operator
import sys import sys
import types import types
from ansible.module_utils.common import warnings as _warnings
_warnings.deprecate(
msg="The `ansible.module_utils.six` module is deprecated.",
help_text="Use the Python standard library equivalent instead.",
version="2.24",
)
# The following makes it easier for us to script updates of the bundled code. It is not part of # The following makes it easier for us to script updates of the bundled code. It is not part of
# upstream six # upstream six
_BUNDLED_METADATA = {"pypi_name": "six", "version": "1.17.0"} _BUNDLED_METADATA = {"pypi_name": "six", "version": "1.17.0"}

Loading…
Cancel
Save