mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 12:32:33 +01:00
Docstrings style
This commit is contained in:
parent
f8862ac0ea
commit
4e0527f07d
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ google = lyrics.Google(MagicMock(), log)
|
|||
|
||||
class LyricsPluginTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
"""Set up configuration"""
|
||||
"""Set up configuration."""
|
||||
lyrics.LyricsPlugin()
|
||||
|
||||
def test_search_artist(self):
|
||||
|
|
@ -317,7 +317,7 @@ class LyricsGooglePluginTest(unittest.TestCase):
|
|||
title=u'Beets song', path=u'/lyrics/beetssong')
|
||||
|
||||
def setUp(self):
|
||||
"""Set up configuration"""
|
||||
"""Set up configuration."""
|
||||
try:
|
||||
__import__('bs4')
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue