diff --git a/rowers/imports.py b/rowers/imports.py index 4beebc39..7870c7b9 100644 --- a/rowers/imports.py +++ b/rowers/imports.py @@ -194,7 +194,6 @@ def imports_do_refresh_token(refreshtoken,oauth_data,access_token=''): except (TypeError,ValueError): expires_in = 0 - return [thetoken,expires_in,refresh_token] # Exchange ST access code for long-lived ST access token