mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
The documentation says, "The parse() function can take either a filename or an open file object." (https://docs.python.org/3.8/library/xml.dom.minidom.html). The function was annotated as only accepting a str, so I added IO[Any].