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
|
|
@ -283,7 +283,7 @@ class Application(object):
|
|||
sub = self._do_complete_obj(backend, fields, sub)
|
||||
if self.condition and self.condition.limit and \
|
||||
self.condition.limit == i:
|
||||
return
|
||||
return
|
||||
|
||||
if self.condition and not self.condition.is_valid(sub):
|
||||
modif += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue