#251 fixed an actual bug, not just a typecheck warning, where .load <some_path>/foo would invoke load_extension -> None but the caller expected an iterable to be returned. The user then sees a cryptic error without a traceback:
> .load ./foo
'NoneType' object is not iterable
when in fact the module loaded without error.
The latest pip version of the project is from 6 months ago and predates this fix.
Could you please tag and release a new version?
Thank you.
#251 fixed an actual bug, not just a typecheck warning, where
.load <some_path>/foowould invokeload_extension -> Nonebut the caller expected an iterable to be returned. The user then sees a cryptic error without a traceback:when in fact the module loaded without error.
The latest pip version of the project is from 6 months ago and predates this fix.
Could you please tag and release a new version?
Thank you.