Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed Oct 16, 2024
1 parent 07eff60 commit 359cdf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sfapi_client/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ async def _http_client(self):
token_endpoint=self._token_url,
timeout=10.0,
headers=headers,
mounts=proxy_mounts
mounts=proxy_mounts,
)

await self.__http_client.fetch_token()
Expand Down
2 changes: 1 addition & 1 deletion src/sfapi_client/_sync/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def _http_client(self):
token_endpoint=self._token_url,
timeout=10.0,
headers=headers,
mounts=proxy_mounts
mounts=proxy_mounts,
)

self.__http_client.fetch_token()
Expand Down

0 comments on commit 359cdf1

Please sign in to comment.