Skip to content

Commit

Permalink
Introduce endpoint arg and deprecate endpoint_url
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 21, 2024
1 parent dcc1417 commit 0469cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0469cb4

Please sign in to comment.