remove unused import in test

This commit is contained in:
Shivaram Lingamneni
2012-04-26 12:21:09 -07:00
parent ff169d32fe
commit 6eb349f5d2
-1
View File
@@ -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