Skip to content

Commit c5e9be2

Browse files
committed
BugFix 414 Ordering
1 parent 27b7771 commit c5e9be2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

auth0/v3/management/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from .attack_protection import AttackProtection
33
from .auth0 import Auth0
44
from .blacklists import Blacklists
5+
from .branding import Branding
56
from .client_grants import ClientGrants
67
from .clients import Clients
78
from .connections import Connections
@@ -26,7 +27,7 @@
2627
from .user_blocks import UserBlocks
2728
from .users import Users
2829
from .users_by_email import UsersByEmail
29-
from .branding import Branding
30+
3031

3132
__all__ = (
3233
"Auth0",

0 commit comments

Comments
 (0)