python-tabulate
python-tabulate copied to clipboard
Remove spurious cast in string interpolation
String interpolation is about converting arguments to strings. Explicitly converting to string is useless and hurts readability.
Requires https://github.com/astanin/python-tabulate/pull/373.