mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
Remove redundant sort()
This commit is contained in:
parent
956fa2cc52
commit
c32bb850ca
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ def fields_func(lib, opts, args):
|
|||
plugin_fields += fdict.keys()
|
||||
if plugin_fields:
|
||||
print("Template fields from plugins:")
|
||||
plugin_fields.sort()
|
||||
_print_rows(plugin_fields)
|
||||
|
||||
print("Item fields:")
|
||||
|
|
|
|||
Loading…
Reference in a new issue