aboutsummaryrefslogtreecommitdiff
path: root/tests/test_requests_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_requests_async.py')
-rwxr-xr-xtests/test_requests_async.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_requests_async.py b/tests/test_requests_async.py
index 1d28261..3a5a762 100755
--- a/tests/test_requests_async.py
+++ b/tests/test_requests_async.py
@@ -12,7 +12,6 @@ import select
has_poll = hasattr(select, "poll")
from requests import async
-import envoy
sys.path.append('.')
from test_requests import httpbin, RequestsTestSuite, SERVICES