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

Skip to content

Commit 55e8db9

Browse files
guillaume-pujollbalmaceda
authored andcommitted
fix import for Python2
1 parent 65f1490 commit 55e8db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/v3/management/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from auth0.v3.management.rest import RestClient
1+
from .rest import RestClient
22

33

44
class Hooks(object):

0 commit comments

Comments
 (0)