-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[py] Change formatted strings to f-strings #11087
Conversation
Thanks @kianelbo just going to eat then will review, much appreciated |
minor conflict from some typing I recently added in |
Codecov ReportBase: 55.49% // Head: 55.49% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## trunk #11087 +/- ##
==========================================
- Coverage 55.49% 55.49% -0.01%
==========================================
Files 82 82
Lines 5503 5498 -5
Branches 278 278
==========================================
- Hits 3054 3051 -3
+ Misses 2171 2169 -2
Partials 278 278
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@symonk any plans to merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @kianelbo!
Description
Replace legacy formatted strings with f-strings
Closes #11084
Types of changes
Checklist