mirror of
https://github.com/beetbox/beets.git
synced 2026-01-16 05:02:28 +01:00
lines too long
This commit is contained in:
parent
363cbf8147
commit
14e1b33839
1 changed files with 6 additions and 3 deletions
|
|
@ -106,9 +106,12 @@ def _make_item(title, track, artist=u'some artist'):
|
|||
|
||||
def _make_trackinfo():
|
||||
return [
|
||||
TrackInfo(title=u'one', track_id=None, artist=u'some artist', length=1, index=1),
|
||||
TrackInfo(title=u'two', track_id=None, artist=u'some artist', length=1, index=2),
|
||||
TrackInfo(title=u'three', track_id=None, artist=u'some artist', length=1, index=3),
|
||||
TrackInfo(title=u'one', track_id=None, artist=u'some artist',
|
||||
length=1, index=1),
|
||||
TrackInfo(title=u'two', track_id=None, artist=u'some artist',
|
||||
length=1, index=2),
|
||||
TrackInfo(title=u'three', track_id=None, artist=u'some artist',
|
||||
length=1, index=3),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue