Checklist
Description
It seems you have a typo in __all__ tuple:
|
"Logs", |
|
"NetworkAcls" |
|
"Organizations", |
and tuple element is the string
"NetworkAclsOrganizations"
Reproduction
- It could lead to unexpected import errors using
import *
- Also a linter errors in typeshed
Additional context
I found it while working on bumping stubs for your library in typeshed
auth0-python version
4.11.0
Python version
Any
Checklist
Description
It seems you have a typo in
__all__tuple:auth0-python/auth0/management/__init__.py
Lines 58 to 60 in 24a371f
and tuple element is the string
"NetworkAclsOrganizations"Reproduction
import *Additional context
I found it while working on bumping stubs for your library in typeshed
auth0-python version
4.11.0
Python version
Any