diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index e7c857883b..0a23a22773 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -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