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.