hankaj opened a new pull request, #21136: URL: https://github.com/apache/incubator-mxnet/pull/21136
This PR changes most of the `%`-formatting in python to f-strings (or `format()` in some cases). According to Python documentation f-strings and `format()` are preferred to the `%`-formatting (which was used in Python 2). -- 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]
