From 65bc5f5421077da70ef5068d51e36119e1055955 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Sat, 13 Sep 2025 11:20:54 +0200 Subject: [PATCH] fix(ringprogressbar): fix client signature --- bec_widgets/cli/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bec_widgets/cli/client.py b/bec_widgets/cli/client.py index d12fd2b8..ed9b2209 100644 --- a/bec_widgets/cli/client.py +++ b/bec_widgets/cli/client.py @@ -3880,7 +3880,7 @@ class RingProgressBar(RPCBase): """ @rpc_call - def set_precision(self, precision: "int", bar_index: "int" = None): + def set_precision(self, precision: "int", bar_index: "int | None" = None): """ Set the precision for the progress bars. If bar_index is not provide, the precision will be set for all progress bars.