Skip to content

Commit ff3ddcc

Browse files
committed
temp
1 parent d227971 commit ff3ddcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/_grpc/grpcwrapper/common_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
from ...driver import Driver
2828
from ...aio.driver import Driver as DriverIO
29-
import ydb.aio
3029

3130
# Workaround for good IDE and universal for runtime
3231
if typing.TYPE_CHECKING:
@@ -183,7 +182,7 @@ def _clean_executor(self, wait: bool):
183182
if self._wait_executor:
184183
self._wait_executor.shutdown(wait)
185184

186-
async def _start_asyncio_driver(self, driver: ydb.aio.Driver, stub, method):
185+
async def _start_asyncio_driver(self, driver: DriverIO, stub, method):
187186
requests_iterator = QueueToIteratorAsyncIO(self.from_client_grpc)
188187
stream_call = await driver(
189188
requests_iterator,

0 commit comments

Comments
 (0)