We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d4630 commit 5f6c824Copy full SHA for 5f6c824
html5lib/_tokenizer.py
@@ -2,7 +2,7 @@
2
3
from six import unichr as chr
4
5
-from collections.abc import deque
+from collections import deque
6
7
from .constants import spaceCharacters
8
from .constants import entities
html5lib/html5parser.py
from six import with_metaclass, viewkeys
import types
-from collections.abc import OrderedDict
+from collections import OrderedDict
from . import _inputstream
from . import _tokenizer
0 commit comments