Hide wrong pyflakes/flake8 error
This commit is contained in:
parent
28332ebd62
commit
f20f73a9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ class BaseApplication(object):
|
|||
level = logging.WARNING
|
||||
if self.options.insecure:
|
||||
from weboob.tools.browser import StandardBrowser
|
||||
from weboob.tools.browser2 import BaseBrowser as Browser2
|
||||
from weboob.tools.browser2 import BaseBrowser as Browser2 # NOQA
|
||||
StandardBrowser.INSECURE = True
|
||||
Browser2.VERIFY = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue