hogepodge opened a new pull request #10526: URL: https://github.com/apache/tvm/pull/10526
Python will emit a `ResourceWarning: unclosed file` if files are not properly closed. This removes this warning by enclosing file-handling blocks in `with open...` that will automatically close open files upon leaving the block. -- 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]
