Skip to content

Commit abb6876

Browse files
committed
fix linter
1 parent fb39f2d commit abb6876

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

ydb/topic.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
from __future__ import annotations
22

33
__all__ = [
4-
'TopicClient',
5-
'TopicClientAsyncIO',
6-
'TopicClientSettings',
7-
'TopicCodec',
8-
'TopicConsumer',
9-
'TopicDescription',
10-
'TopicError',
11-
'TopicMeteringMode',
12-
'TopicReader',
13-
'TopicReaderAsyncIO',
14-
'TopicReaderSettings',
15-
'TopicStatWindow',
16-
'TopicWriter',
17-
'TopicWriterAsyncIO',
18-
'TopicWriterMessage',
19-
'TopicWriterSettings',
4+
"TopicClient",
5+
"TopicClientAsyncIO",
6+
"TopicClientSettings",
7+
"TopicCodec",
8+
"TopicConsumer",
9+
"TopicDescription",
10+
"TopicError",
11+
"TopicMeteringMode",
12+
"TopicReader",
13+
"TopicReaderAsyncIO",
14+
"TopicReaderSettings",
15+
"TopicStatWindow",
16+
"TopicWriter",
17+
"TopicWriterAsyncIO",
18+
"TopicWriterMessage",
19+
"TopicWriterSettings",
2020
]
2121

2222
import concurrent.futures

0 commit comments

Comments
 (0)