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
|
|
@ -95,7 +95,7 @@ class CanalplusBrowser(Browser):
|
|||
elif len(split_path) == 1:
|
||||
for channel in channels:
|
||||
if channel.path_level == 2 and split_path == channel.parent_path:
|
||||
yield channel
|
||||
yield channel
|
||||
elif len(split_path) == 2:
|
||||
subchannels = self.iter_resources(split_path[0:1])
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue