Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit db85baf

Browse files
committed
Fixing the deprecation
1 parent a10d13d commit db85baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hyper/http11/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import socket
1111
import base64
1212

13-
from collections import Iterable, Mapping
13+
from collections.abc import Iterable, Mapping
1414

1515
import collections
1616
from hyperframe.frame import SettingsFrame

0 commit comments

Comments
 (0)