mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Remove semicolon in type (#976)
This commit is contained in:
committed by
Guido van Rossum
parent
f34c550f04
commit
6e34fc9127
2
third_party/3/lxml/etree.pyi
vendored
2
third_party/3/lxml/etree.pyi
vendored
@@ -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': ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user