fishy commented on code in PR #3079: URL: https://github.com/apache/thrift/pull/3079#discussion_r1898103604
########## lib/py/src/compat.py: ########## @@ -17,30 +17,13 @@ # under the License. # -import sys +from io import BytesIO as BufferIO # noqa Review Comment: ok looks like this is from old code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
