mirror of
https://github.com/beetbox/beets.git
synced 2025-12-20 07:34:28 +01:00
Follow style conventions.
This commit is contained in:
parent
dcbc2dafa1
commit
8b58af8dba
1 changed files with 1 additions and 1 deletions
|
|
@ -1479,7 +1479,7 @@ class MediaFile(object):
|
|||
lexicographic order (except for instances of :class:`DateItemField`,
|
||||
which are sorted in year-month-day order).
|
||||
"""
|
||||
for property in sorted(cls.fields(), key = cls.field_sort_name):
|
||||
for property in sorted(cls.fields(), key=cls.field_sort_name):
|
||||
yield property
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Reference in a new issue