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
|
|
@ -35,8 +35,8 @@ class ForeignPage(Page):
|
|||
|
||||
class CitiesPage(Page):
|
||||
def get_stations(self):
|
||||
result = json.loads(self.document[self.document.find('{'):-2])
|
||||
return result['CITIES']
|
||||
result = json.loads(self.document[self.document.find('{'):-2])
|
||||
return result['CITIES']
|
||||
|
||||
|
||||
class SearchPage(Page):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue