From cf288aa5de6f14115b5a008a7b990adbabc0e4e8 Mon Sep 17 00:00:00 2001 From: IceS2 Date: Tue, 17 Jun 2025 23:27:41 +0200 Subject: [PATCH] Remove useless comment (#21819) --- ingestion/src/metadata/ingestion/source/connections.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ingestion/src/metadata/ingestion/source/connections.py b/ingestion/src/metadata/ingestion/source/connections.py index e203563fe45..2f794955a2a 100644 --- a/ingestion/src/metadata/ingestion/source/connections.py +++ b/ingestion/src/metadata/ingestion/source/connections.py @@ -113,9 +113,6 @@ def get_test_connection_fn(connection: BaseModel) -> Callable: ) -# ------------------------------------------------------------ - - def get_connection(connection: BaseModel) -> Any: """ Main method to prepare a connection from