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