-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code
Description
Checklist
- I have looked into the Readme and Examples, and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
It seems you have a typo in __all__
tuple:
auth0-python/auth0/management/__init__.py
Lines 58 to 60 in 24a371f
"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
Metadata
Metadata
Assignees
Labels
bugThis points to a verified bug in the codeThis points to a verified bug in the code