Skip to content

Commit 4f66aad

Browse files
committed
fix linter
1 parent 7d78387 commit 4f66aad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ydb/aio/coordination/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
from typing import Optional
32

43
from ydb._grpc.grpcwrapper.ydb_coordination import (

ydb/aio/coordination/stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import contextlib
33
from typing import Set, Optional
44

5+
import ydb
56
from ydb import issues, _apis
67
from ydb._grpc.grpcwrapper.ydb_coordination import FromServer, Ping, SessionStart
78

0 commit comments

Comments
 (0)