importlib_resources
importlib_resources copied to clipboard
Traversable.open is untyped
In attempting to update pytest-enabler to rely on importlib_resources.abc.Traversable, it's failing with:
___________________________________________________________ pytest_enabler/__init__.py ____________________________________________________________
63: error: Call to untyped function "open" of "Traversable" in typed context [no-untyped-call]