python: Use deterministic import#227
Conversation
Adds explicit imports and `__all__` to `__init__.py` to explicitly mention the methods available to use upon importing the `pixelmatch` library. Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
|
|
Could you please elaborate on the reason for this change? |
I ran into F405 on Ruff when vendoring it in Cockpit for wildcard import. And then F401 on Ruff for re-exporting. Both made sense to me |
|
Thanks for clarifying. The current |



Adds explicit imports and
__all__to__init__.pyto explicitlymention the methods available to use upon importing the
pixelmatchlibrary.
Signed-off-by: Freya Gustavsson freya@venefilyn.se