From ba49bc71c1e73c44df1c9b733a5e08dad4c0e2a3 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Wed, 11 Mar 2026 13:53:12 +0000 Subject: [PATCH] Clean docstrings in Update plugins/modules/uv_python.py Co-authored-by: Felix Fontein --- plugins/modules/uv_python.py | 1 - 1 file changed, 1 deletion(-) 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