Skip to content

Commit 6b0fa83

Browse files
committed
typing
1 parent a6bc7df commit 6b0fa83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lpdb_python/async_session/async_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class AsyncLpdbSession(AbstractLpdbSession, AbstractAsyncContextManager):
1717

1818
__session: aiohttp.ClientSession
1919

20-
def __init__(self, api_key, base_url=AbstractLpdbSession.BASE_URL):
20+
def __init__(self, api_key: str, base_url=AbstractLpdbSession.BASE_URL):
2121
super().__init__(api_key, base_url=base_url)
2222
self.__session = aiohttp.ClientSession(
2323
self._base_url, headers=self._get_header()

0 commit comments

Comments
 (0)