Azure / Azure/azure-sdk-for-python
[pylint] No private method importing under __all__
Open
pylint
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Don't import `_foo` methods under `__all___`, that does not make sense
`__all__ = ["_foo"]` should not be allowed
Contributor guide
Assessment
This issue has not been assessed yet.