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

Clean docstrings in Update plugins/modules/uv_python.py

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Mariam Ahhttouche 2026-03-11 13:53:12 +00:00 committed by GitHub
parent 4cb5b0e143
commit ba49bc71c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,7 +144,6 @@ class UV:
Runs command 'uv python install X.Y.Z' which installs specified python version.
If patch version is not specified uv installs latest available patch version.
Returns:
tuple [bool, str, str, int, list, list]
- boolean to indicate if method changed state
- command's stdout
- command's stderr