We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b7771 commit c5e9be2Copy full SHA for c5e9be2
1 file changed
auth0/v3/management/__init__.py
@@ -2,6 +2,7 @@
2
from .attack_protection import AttackProtection
3
from .auth0 import Auth0
4
from .blacklists import Blacklists
5
+from .branding import Branding
6
from .client_grants import ClientGrants
7
from .clients import Clients
8
from .connections import Connections
@@ -26,7 +27,7 @@
26
27
from .user_blocks import UserBlocks
28
from .users import Users
29
from .users_by_email import UsersByEmail
-from .branding import Branding
30
+
31
32
__all__ = (
33
"Auth0",
0 commit comments