1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 21:29:19 +00:00

uv_python module: refactor code

This commit is contained in:
Mariam Ahhttouche 2026-02-24 10:43:35 +01:00
parent 557e94420c
commit 43b7b562ab

View file

@ -101,7 +101,6 @@ try:
from packaging.version import Version, InvalidVersion
HAS_LIB = True
except:
HAS_LIB = False
LIB_IMP_ERR = traceback.format_exc()