Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff8e41e

Browse files
matthewarmandlbalmaceda
authored andcommitted
Import hooks in management __init__ so that 'from auth0.v3.management import Hooks' is possible
1 parent 5c5615c commit ff8e41e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth0/v3/management/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .emails import Emails
1010
from .grants import Grants
1111
from .guardian import Guardian
12+
from .hooks import Hooks
1213
from .jobs import Jobs
1314
from .logs import Logs
1415
from .resource_servers import ResourceServers

0 commit comments

Comments
 (0)