[BUG] Properly define public api #76
Labels
bug
Something isn't working
mid priority
The issue is to be solved when possible, as this is a relevant addition to the library
Milestone
According to PEP8:
To better support introspection, modules should explicitly declare the names in their public API using the all attribute. Setting all to an empty list indicates that the module has no public API.
https://peps.python.org/pep-0008/#public-and-internal-interfaces
E.g.
giotto-deep/gdeep/utility/__init__.py
Line 11 in f62b2ef
The _inner_refactor_scalars method should not be in the all
Maybe there are more issues like that, it's the only one I encountered.
The text was updated successfully, but these errors were encountered: