From e8290a0eb48a6899df75929bc296d51a54c5fc03 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 30 May 2016 12:41:44 +1200 Subject: Satisfy flake8 --- netlib/http/headers.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'netlib/http') diff --git a/netlib/http/headers.py b/netlib/http/headers.py index 5cf15b6f..6165fd61 100644 --- a/netlib/http/headers.py +++ b/netlib/http/headers.py @@ -2,11 +2,6 @@ from __future__ import absolute_import, print_function, division import re -try: - from collections.abc import MutableMapping -except ImportError: # pragma: no cover - from collections import MutableMapping # Workaround for Python < 3.3 - import six from ..multidict import MultiDict from ..utils import always_bytes -- cgit v1.2.3