From f014fa9bc04deb739be3092de3661edee0c4a517 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 23 Feb 2025 23:17:16 +0100 Subject: [PATCH] Update connection_manager.py --- src/connection_manager.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"]