Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove intermediate variable introduced with this 10399
PR 10399 (not merged) changed a method call inside a Python f-string statement into a call outside, introducing a variable, and use of that variable inside the f-string. This commit makes a more minimal change. Now we only replace the method call with an ordinary function call.
- Loading branch information