mirror of https://github.com/scrapy/scrapy.git
Fix a flake8 problem.
This commit is contained in:
parent
bb2ff13e4c
commit
ac302c3f61
|
|
@ -715,6 +715,7 @@ class Http10ProxyTestCase(HttpProxyTestCase):
|
|||
def test_download_with_proxy_https_noconnect(self):
|
||||
raise unittest.SkipTest('noconnect is not supported in HTTP10DownloadHandler')
|
||||
|
||||
|
||||
class Http11ProxyTestCase(HttpProxyTestCase):
|
||||
download_handler_cls = HTTP11DownloadHandler
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue