Skip to content

Commit 09d741c

Browse files
committed
Add TODO comment
1 parent 1cad1c1 commit 09d741c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/html5lib/html5lib/_tokenizer.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ entitiesTrie: Trie
2727
attributeMap = dict
2828

2929
class HTMLTokenizer:
30+
# TODO: Use Protocol to allow subclasses to set `stream` that do not inherit from HTMLUnicodeInputStream
3031
stream: HTMLUnicodeInputStream | HTMLBinaryInputStream
3132
parser: Incomplete
3233
escapeFlag: bool

0 commit comments

Comments
 (0)