From a71a1da528ba73910503780f8d6364d12621abff Mon Sep 17 00:00:00 2001 From: Nicola Vitucci Date: Wed, 16 Jul 2025 12:41:45 +0100 Subject: [PATCH 1/2] Fix newline in docstring --- graphdatascience/graph_data_science.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphdatascience/graph_data_science.py b/graphdatascience/graph_data_science.py index 4c13967c3..8ff70fe97 100644 --- a/graphdatascience/graph_data_science.py +++ b/graphdatascience/graph_data_science.py @@ -68,10 +68,12 @@ def __init__( arrow_disable_server_verification : bool, default True .. deprecated:: 1.16 Use arrow_client_options instead + A flag that overrides other TLS settings and disables server verification for TLS connections. arrow_tls_root_certs : Optional[bytes], default None .. deprecated:: 1.16 Use arrow_client_options instead + PEM-encoded certificates that are used for the connection to the GDS Arrow Flight server. bookmarks : Optional[Any], default None From 6dfdd3850c318c87137019b417b0d34317f77b0f Mon Sep 17 00:00:00 2001 From: Nicola Vitucci Date: Wed, 16 Jul 2025 13:17:54 +0100 Subject: [PATCH 2/2] Fix spacing --- graphdatascience/graph_data_science.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphdatascience/graph_data_science.py b/graphdatascience/graph_data_science.py index 8ff70fe97..7167c5575 100644 --- a/graphdatascience/graph_data_science.py +++ b/graphdatascience/graph_data_science.py @@ -68,12 +68,12 @@ def __init__( arrow_disable_server_verification : bool, default True .. deprecated:: 1.16 Use arrow_client_options instead - + A flag that overrides other TLS settings and disables server verification for TLS connections. arrow_tls_root_certs : Optional[bytes], default None .. deprecated:: 1.16 Use arrow_client_options instead - + PEM-encoded certificates that are used for the connection to the GDS Arrow Flight server. bookmarks : Optional[Any], default None