From ddca71eb3ed5a832fa9fb7d9f43895ad8fa5db2a Mon Sep 17 00:00:00 2001 From: yanghua Date: Tue, 19 Nov 2024 17:13:22 +0800 Subject: [PATCH] Introduce endpoint arg and deprecate endpoint_url --- tosfs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tosfs/core.py b/tosfs/core.py index b42ac49..242aaf3 100644 --- a/tosfs/core.py +++ b/tosfs/core.py @@ -232,7 +232,7 @@ def __init__( "The 'endpoint_url' parameter is deprecated and will be removed" " in a future release. Please use 'endpoint' instead.", DeprecationWarning, - stacklevel=2 + stacklevel=2, ) endpoint = endpoint_url