mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Remove unwanted changes
This commit is contained in:
+1
-1
@@ -13,7 +13,6 @@ from requests.utils import (
|
||||
|
||||
from .compat import StringIO, cStringIO
|
||||
|
||||
from testserver.server import Server
|
||||
|
||||
|
||||
class TestSuperLen:
|
||||
@@ -230,3 +229,4 @@ def test_select_proxies(url, expected):
|
||||
proxies = {'http': 'http://http.proxy',
|
||||
'http://some.host': 'http://some.host.proxy'}
|
||||
assert select_proxy(url, proxies) == expected
|
||||
|
||||
|
||||
Reference in New Issue
Block a user