mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 01:15:38 +01:00
fix flake8 warnings
This commit is contained in:
parent
25495d675c
commit
3807d4fc57
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ from mock import patch, Mock
|
|||
from test._common import unittest
|
||||
from test.helper import TestHelper
|
||||
|
||||
from beetsplug.play import PlayPlugin
|
||||
|
||||
|
||||
class PlayPluginTest(unittest.TestCase, TestHelper):
|
||||
def setUp(self):
|
||||
|
|
@ -27,6 +25,7 @@ class PlayPluginTest(unittest.TestCase, TestHelper):
|
|||
def test_basic(self):
|
||||
self.run_command('play', 'title:aNiceTitle')
|
||||
|
||||
|
||||
def suite():
|
||||
return unittest.TestLoader().loadTestsFromName(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue