Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/kognic/auth/httpx/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def _update_token(self, token: OAuth2Token, access_token=None, refresh_tok
self._log_new_token()

@property
async def session(self) -> AsyncOAuth2Client:
async def session(self) -> httpx.AsyncClient:
if not self.token:
async with self._lock:
# check again when coming out of the lock that the token is still not set
Expand Down