Skip to content

Commit c531277

Browse files
authored
Update table.py
1 parent b19abab commit c531277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/aio/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def __init__(self, driver, table_client_settings=None):
154154
self._pool: Optional[SessionPool] = None
155155

156156
def __del__(self):
157-
asyncio.get_running_loop.call_soon(self._stop_pool_if_needed)
157+
asyncio.get_running_loop().call_soon(self._stop_pool_if_needed)
158158

159159
def session(self):
160160
return Session(self._driver, self._table_client_settings)

0 commit comments

Comments
 (0)