diff --git a/third_party/3/lxml/etree.pyi b/third_party/3/lxml/etree.pyi index 39e5077e3..598b95ad4 100644 --- a/third_party/3/lxml/etree.pyi +++ b/third_party/3/lxml/etree.pyi @@ -17,7 +17,7 @@ DictAnyStr = Union[Dict[str, str], Dict[bytes, bytes]] Dict_Tuple2AnyStr_Any = Union[Dict[Tuple[str, str], Any], Tuple[bytes, bytes], Any] -class ElementChildIterator(Iterator['_Element;']): +class ElementChildIterator(Iterator['_Element']): def __iter__(self) -> 'ElementChildIterator': ... def __next__(self) -> '_Element': ...