Skip to content

Commit

Permalink
docs: improve formatting (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Dec 18, 2023
1 parent 801f1d4 commit 1bf8f45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/finch/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ def get_access_token(
) -> str:
"""Returns an access token for the Finch API given an authorization code.
An
authorization code can be obtained by visiting the url returned by
An authorization code can be obtained by visiting the url returned by
get_auth_url().
"""
if self.client_id is None:
Expand Down Expand Up @@ -555,8 +554,7 @@ async def get_access_token(
) -> str:
"""Returns an access token for the Finch API given an authorization code.
An
authorization code can be obtained by visiting the url returned by
An authorization code can be obtained by visiting the url returned by
get_auth_url().
"""
if self.client_id is None:
Expand Down

0 comments on commit 1bf8f45

Please sign in to comment.