pep8: Fix indentation is not a multiple of four
autopep8 -a -r -i --select E111 . Manual check.
This commit is contained in:
parent
21e8f82fd7
commit
7aeb3e942e
16 changed files with 24 additions and 24 deletions
|
|
@ -117,7 +117,7 @@ class MovieCrewPage(Page):
|
|||
person = Person(id, name)
|
||||
person.short_description = role_detail
|
||||
yield person
|
||||
# yield self.browser.get_person(id)
|
||||
# yield self.browser.get_person(id)
|
||||
|
||||
def iter_persons_ids(self):
|
||||
tables = self.parser.select(self.document.getroot(), 'table.cast_list')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue