From 5a56c7365ccce37bb953610f4a5338f9ed26af7f Mon Sep 17 00:00:00 2001 From: Marcel Pinheiro Caraciolo Date: Fri, 29 Jul 2022 17:49:17 -0300 Subject: [PATCH] DOC: Docstring in _client fixed. --- runpandas/io/strava/_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runpandas/io/strava/_client.py b/runpandas/io/strava/_client.py index 64762aa..e2bece9 100644 --- a/runpandas/io/strava/_client.py +++ b/runpandas/io/strava/_client.py @@ -50,8 +50,7 @@ def log_message(self, *args): class StravaClient(Client): - """ - The StravaClient object is a helper tool for handling + """The StravaClient object is a helper tool for handling the authentication process (i.e. authorization, token update, ...) against the Strava. Parameters @@ -60,6 +59,7 @@ class StravaClient(Client): refresh_token: str, The Strava refresh token, optional client_secret: str, The strava client secret used for token refresh, optional client_id: int, The Strava client id used for token refresh, optional + """ def __init__(