From 7408c443f5985ce0b15b71fc27f36e1f1f88ac16 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 20 Aug 2019 14:30:23 +0100 Subject: [PATCH] Drop unused import --- httpx/interfaces.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpx/interfaces.py b/httpx/interfaces.py index ae5b8e01..6a39175f 100644 --- a/httpx/interfaces.py +++ b/httpx/interfaces.py @@ -1,4 +1,3 @@ -import enum import ssl import typing from types import TracebackType -- 2.47.3