mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
flake8
This commit is contained in:
parent
369629bea5
commit
1177222c6f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ def work_father_id(mb_workid, work_date=None):
|
|||
""" Given a mb_workid, find the id one of the works the work is part of
|
||||
and the first composition date it encounters.
|
||||
|
||||
For a give work, hat we call father_work is the work it is part of.
|
||||
For a give work, hat we call father_work is the work it is part of.
|
||||
The parent_work is the furthest ancestor."""
|
||||
work_info = musicbrainzngs.get_work_by_id(mb_workid,
|
||||
includes=["work-rels",
|
||||
|
|
|
|||
Loading…
Reference in a new issue