From 00698bbe720c2878cd1c10a0c50d3cc047b313f2 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Sun, 9 Dec 2018 11:17:13 +0000 Subject: [PATCH] Fixing the deprecation --- hyper/http11/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper/http11/connection.py b/hyper/http11/connection.py index 4311d307..e9523745 100644 --- a/hyper/http11/connection.py +++ b/hyper/http11/connection.py @@ -10,7 +10,7 @@ import socket import base64 -from collections import Iterable, Mapping +from collections.abc import Iterable, Mapping import collections from hyperframe.frame import SettingsFrame