Skip to content

Commit 2ac1582

Browse files
committed
fix build
1 parent 4d65a75 commit 2ac1582

28 files changed

Lines changed: 28 additions & 28 deletions

auth0/v3/management/actions.py

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

33

44
class Actions(object):

auth0/v3/management/attack_protection.py

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

33

44
class AttackProtection(object):

auth0/v3/management/blacklists.py

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

33

44
class Blacklists(object):

auth0/v3/management/client_grants.py

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

33

44
class ClientGrants(object):

auth0/v3/management/clients.py

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

33

44
class Clients(object):

auth0/v3/management/connections.py

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

33

44
class Connections(object):

auth0/v3/management/custom_domains.py

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

33

44
class CustomDomains(object):

auth0/v3/management/device_credentials.py

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

33

44
class DeviceCredentials(object):

auth0/v3/management/email_templates.py

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

33

44
class EmailTemplates(object):

auth0/v3/management/emails.py

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

33

44
class Emails(object):

0 commit comments

Comments
 (0)