python-tabulate icon indicating copy to clipboard operation
python-tabulate copied to clipboard

Unnecessary `list` call

Open DimitriPapadopoulos opened this issue 4 months ago • 0 comments

The sorted() function returns a list: https://docs.python.org/3/library/functions.html#sorted

Requires https://github.com/astanin/python-tabulate/pull/373.

DimitriPapadopoulos avatar Sep 13 '25 13:09 DimitriPapadopoulos