mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
Update plugins/module_utils/version.py
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1cec3ffe23
commit
5f93ff9e57
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import absolute_import, division, print_function
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
# Once we drop support for Ansible 2.9 and ansible-base 2.10, we can
|
# Once we drop support for Ansible 2.9, ansible-base 2.10, and ansible-core 2.11, we can
|
||||||
# remove the _version.py file, and replace the following import by
|
# remove the _version.py file, and replace the following import by
|
||||||
#
|
#
|
||||||
# from ansible.module_utils.compat.version import LooseVersion
|
# from ansible.module_utils.compat.version import LooseVersion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue