You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Also, there is a return type. The documentation says "Return the name of a parsable file as input document." Does this mean that return type would be str?
The text was updated successfully, but these errors were encountered:
class Resolver
is missing the methodresolve_filename()
.As I am unsure, how to correctly type
filename
, I did not submit a PR. Instead, here is my current workaround:In etree.pyi I added the following to
class Resolver
:Edit: Also, there is a return type. The documentation says "Return the name of a parsable file as input document." Does this mean that return type would be str?
The text was updated successfully, but these errors were encountered: