mirror of
https://github.com/beetbox/beets.git
synced 2026-02-25 00:32:50 +01:00
Remove extra blank line.
This commit is contained in:
parent
71d3be238b
commit
44a32fe4a9
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ class ZeroPluginTest(unittest.TestCase, TestHelper):
|
|||
self.assertEqual(item['year'], 0)
|
||||
self.assertIsNone(mediafile.year)
|
||||
|
||||
|
||||
def test_album_art(self):
|
||||
path = self.create_mediafile_fixture(images=['jpg'])
|
||||
item = Item.from_path(path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue