We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eebd9 commit 0a9d7faCopy full SHA for 0a9d7fa
ydb/_topic_reader/topic_reader.py
@@ -1,7 +1,6 @@
1
import concurrent.futures
2
import enum
3
import datetime
4
-import logging
5
from dataclasses import dataclass
6
from typing import (
7
Union,
@@ -53,7 +52,6 @@ class PublicReaderSettings:
53
52
# decoder_executor, must be set for handle non raw messages
54
decoder_executor: Optional[concurrent.futures.Executor] = None
55
update_token_interval: Union[int, float] = 3600
56
- logger: Optional[logging.Logger] = None
57
58
def __post_init__(self):
59
# check possible create init message
0 commit comments