autopep8 with 120 chars line length on my modules
This commit is contained in:
parent
6a7bc0924d
commit
5d923bc73b
39 changed files with 434 additions and 426 deletions
|
|
@ -27,7 +27,7 @@ class OpensubtitlesTest(BackendTest):
|
|||
|
||||
def test_subtitle(self):
|
||||
lsub = []
|
||||
subtitles = self.backend.iter_subtitles('fr','spiderman')
|
||||
subtitles = self.backend.iter_subtitles('fr', 'spiderman')
|
||||
for i in range(5):
|
||||
subtitle = subtitles.next()
|
||||
lsub.append(subtitle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue