Skip to content

Commit 4f0d206

Browse files
authored
Update ydb_topic.py
1 parent 74de0d7 commit 4f0d206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/_grpc/grpcwrapper/ydb_topic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def to_proto(
483483
path=self.path,
484484
partition_ids=self.partition_ids,
485485
max_lag=proto_duration_from_timedelta(self.max_lag),
486-
read_from=proto_timestamp_from_datetime(self.read_from)
486+
read_from=proto_timestamp_from_datetime(self.read_from),
487487
)
488488

489489
@dataclass

0 commit comments

Comments
 (0)