mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
fix(typing): [#38] **client_params to typing.Any
This commit is contained in:
parent
3c8ef48952
commit
ef3e746062
|
@ -10,7 +10,7 @@ class AsyncHttpClient:
|
|||
self,
|
||||
proxy_settings: app_split_settings.ProxySettings,
|
||||
base_url: str | None = None,
|
||||
**client_params: dict[typing.Any, typing.Any],
|
||||
**client_params: typing.Any,
|
||||
) -> None:
|
||||
self.base_url = base_url if base_url else ""
|
||||
self.proxy_settings = proxy_settings
|
||||
|
|
Loading…
Reference in New Issue
Block a user