Skip to content

Commit df0b2ba

Browse files
committed
Remove unused import
1 parent b64df28 commit df0b2ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

html5lib/inputstream.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
except ImportError:
2020
BytesIO = StringIO
2121

22-
try:
23-
from io import BufferedIOBase
24-
except ImportError:
25-
class BufferedIOBase(object):
26-
pass
27-
2822
# Non-unicode versions of constants for use in the pre-parser
2923
spaceCharactersBytes = frozenset([item.encode("ascii") for item in spaceCharacters])
3024
asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters])

0 commit comments

Comments
 (0)