Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Runtime,RPC] Use f-strings for string formatting, NFC #14967

Merged
merged 2 commits into from
May 27, 2023

Conversation

kparzysz-quic
Copy link
Contributor

Replace uses of % and .format() with f-strings.

Reformat modified files.

Replace uses of % and .format() with f-strings.

Reformat modified files.
@tvm-bot
Copy link
Collaborator

tvm-bot commented May 26, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@masahi masahi merged commit 4f041c9 into apache:main May 27, 2023
@kparzysz-quic kparzysz-quic deleted the f-strings-8 branch May 27, 2023 13:40
mei-ye pushed a commit to mei-ye/tvm that referenced this pull request Jun 1, 2023
* [Runtime,RPC] Use f-strings for string formatting, NFC

Replace uses of % and .format() with f-strings.

Reformat modified files.

* Fix linter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants