importlib_resources icon indicating copy to clipboard operation
importlib_resources copied to clipboard

Traversable.open is untyped

Open jaraco opened this issue 1 year ago • 0 comments

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]

jaraco avatar Sep 12 '24 00:09 jaraco