pyflakes cleaning
This commit is contained in:
parent
4d3d3b5de1
commit
e90d453b1a
3 changed files with 4 additions and 5 deletions
|
|
@ -19,12 +19,11 @@
|
|||
|
||||
|
||||
from weboob.tools.test import BackendTest
|
||||
from weboob.capabilities.radio import Radio
|
||||
|
||||
|
||||
class NihonNoOtoTest(BackendTest):
|
||||
BACKEND = 'nihonnooto'
|
||||
|
||||
def test_nihonnooto(self):
|
||||
l = list(self.backend.iter_radios_search('')
|
||||
l = list(self.backend.iter_radios_search(''))
|
||||
self.assertTrue(len(l) > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue