1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Format code with ruff

This commit is contained in:
Mariam Ahhttouche 2026-03-06 22:04:27 +00:00
parent a21646d398
commit e42f9448a4

View file

@ -101,10 +101,10 @@ rc:
"""
import json
from ansible.module_utils.basic import AnsibleModule
from ansible.module_utils.compat.version import LooseVersion, StrictVersion
MINIMUM_UV_VERSION = "0.8.0"