Skip to content

Commit bd8798b

Browse files
committed
Apply suggestions from code review
1 parent 2d98e57 commit bd8798b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

auth0/v3/authentication/passwordless.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ def email(self, email, send="link", auth_params=None):
2828
Complete the authentication using the get_token.passwordless_login method.
2929
3030
Args:
31-
client_id (str): Client Id of the application.
32-
3331
email (str): Email address.
3432
3533
send (str, optional): Can be: 'link' or 'code'. Defaults to 'link'.

auth0/v3/authentication/users.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from auth0.v3.rest import RestClient, RestClientOptions
44

5-
from .base import AuthenticationBase
6-
75

86
class Users(object):
97
"""Users client.

0 commit comments

Comments
 (0)