Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
chore: style black
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jan 22, 2024
1 parent 3f4dcc4 commit c7c238c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bardapi/core_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@ def _get_token(
"Bard API Key must be provided as the 'token' argument or extracted from the browser."
)

async def _get_client(
self, session: Optional[AsyncClient]
) -> AsyncClient:
async def _get_client(self, session: Optional[AsyncClient]) -> AsyncClient:
"""
Get or initialize the AsyncClient instance.
Expand Down

0 comments on commit c7c238c

Please sign in to comment.