remove unused import in test
authorShivaram Lingamneni <slingamn@cs.stanford.edu>
Thu, 26 Apr 2012 19:21:09 +0000 (12:21 -0700)
committerShivaram Lingamneni <slingamn@cs.stanford.edu>
Wed, 2 May 2012 00:00:19 +0000 (17:00 -0700)
tests/test_requests_async.py

index 1d28261..3a5a762 100755 (executable)
@@ -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