We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bc7df commit 6b0fa83Copy full SHA for 6b0fa83
1 file changed
src/lpdb_python/async_session/async_session.py
@@ -17,7 +17,7 @@ class AsyncLpdbSession(AbstractLpdbSession, AbstractAsyncContextManager):
17
18
__session: aiohttp.ClientSession
19
20
- def __init__(self, api_key, base_url=AbstractLpdbSession.BASE_URL):
+ def __init__(self, api_key: str, base_url=AbstractLpdbSession.BASE_URL):
21
super().__init__(api_key, base_url=base_url)
22
self.__session = aiohttp.ClientSession(
23
self._base_url, headers=self._get_header()
0 commit comments