diff --git a/src/connection_manager.py b/src/connection_manager.py index b2c890a0..6e88d57d 100644 --- a/src/connection_manager.py +++ b/src/connection_manager.py @@ -80,9 +80,7 @@ def _register_connection(self, config_dic: Dict[str, Any]) -> None: Create and register a new connection with configuration Args: - name: Identifier for the connection - connection_class: The connection class to instantiate - config: Configuration dictionary for the connection + config_dic: Configuration dictionary containing connection name and settings """ try: name = config_dic["name"]