fix(docstrings): docstrings formating fixed for sphinx to properly format readdocs

This commit is contained in:
2024-05-08 15:31:22 +02:00
parent 1454f6192b
commit 7f2f7cd07a
24 changed files with 281 additions and 50 deletions
+1
View File
@@ -13,6 +13,7 @@ class RPCWidgetHandler:
def create_widget(widget_type, **kwargs) -> BECConnector:
"""
Create a widget from an RPC message.
Args:
widget_type(str): The type of the widget.
**kwargs: The keyword arguments for the widget.