ydb-platform / ydb-python-sdk

YDB Python SDK
https://ydb-platform.github.io/ydb-python-sdk/
Apache License 2.0
87 stars 50 forks source link

Fix stream_reader.close() call #445

Closed nklokk closed 4 months ago

nklokk commented 4 months ago

Fix: ReaderStream.close() missing 1 required positional argument: 'flush'

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Issue Number: #440

What is the new behavior?

Other information

rekby commented 4 months ago

Thanks for the fix :)