Remove unused imports

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-07-13 16:52:58 -04:00
parent ce2b60ecf6
commit 472a7ffce8
1 changed files with 1 additions and 4 deletions

View File

@ -12,10 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import errno
import json
import os
import select
import struct
import requests
@ -32,7 +29,7 @@ from .ssladapter import ssladapter
from .tls import TLSConfig
from .transport import UnixAdapter
from .utils import utils, check_resource, update_headers, kwargs_from_env
from .utils.socket import read_socket, next_packet_size, read_iter
from .utils.socket import read_iter
try:
from .transport import NpipeAdapter
except ImportError: