Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/connection_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down