mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
fix flake8
This commit is contained in:
parent
4600727e17
commit
546d17f52f
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ class LyricsGooglePluginTest(unittest.TestCase):
|
|||
self.assertEqual(lyrics.is_page_candidate(url, urlTitle, title,
|
||||
artist), False, url)
|
||||
|
||||
|
||||
def suite():
|
||||
return unittest.TestLoader().loadTestsFromName(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue