python-tabulate
python-tabulate copied to clipboard
Unnecessary `list` call
The sorted() function returns a list:
https://docs.python.org/3/library/functions.html#sorted
Requires https://github.com/astanin/python-tabulate/pull/373.