HyperionGray/python-chrome-devtools-protocol

Some list types are under-specified

mehaase opened this issue · 1 comments

In most places we tried to have lists with a complete type annotation, e.g. typing.List[TargetInfo] but in a few places we had to cut corners and we just left it as typing.List.

Fixed in 6870c77.