mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 02:22:25 +01:00
Fix long line for flake8
This commit is contained in:
parent
406f3ce843
commit
f42f558db2
1 changed files with 2 additions and 1 deletions
|
|
@ -505,7 +505,8 @@ class UpdateTest(_common.TestCase):
|
|||
if reset_mtime:
|
||||
self.i.mtime = 0
|
||||
self.i.store()
|
||||
commands.update_items(self.lib, query, album, move, False, fields=fields)
|
||||
commands.update_items(self.lib, query, album, move, False,
|
||||
fields=fields)
|
||||
|
||||
def test_delete_removes_item(self):
|
||||
self.assertTrue(list(self.lib.items()))
|
||||
|
|
|
|||
Loading…
Reference in a new issue