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
|
|
@ -335,9 +335,9 @@ class Module(object):
|
|||
if any((tmpproxy, tmpproxys)):
|
||||
kwargs['proxy'] = {}
|
||||
if tmpproxy is not None:
|
||||
kwargs['proxy']['http'] = tmpproxy
|
||||
kwargs['proxy']['http'] = tmpproxy
|
||||
if tmpproxys is not None:
|
||||
kwargs['proxy']['https'] = tmpproxys
|
||||
kwargs['proxy']['https'] = tmpproxys
|
||||
|
||||
|
||||
kwargs['logger'] = self.logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue