Open
Description
Originally posted by @brgcode in #1111 (comment)
The __all__
attribute in some __init__.py
files should be populated with items explicitly rather than with iteration on dir()
.
For example here:
Originally posted by @brgcode in #1111 (comment)
The __all__
attribute in some __init__.py
files should be populated with items explicitly rather than with iteration on dir()
.
For example here: