File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ def from_login(email: str,
121121 # and something to use a user profile, which must be initialized
122122 # interactively. from_oauth_user(profile_name) seems reasonable,
123123 # leaving the question of how to create and initialize non-built-in
124- # profiles. ( The plauth CLI and planet_auth library has code to
124+ # profiles. The plauth CLI and planet_auth library has code to
125125 # do this, but I don't know if we should send users of the SDK
126- # to another SDK for the simple use cases.)
126+ # to another SDK for the simple use cases.
127127 warnings .warn ("Auth.from_login() has been deprecated." , DeprecationWarning )
128128 raise DeprecationWarning ("Auth.from_login() has been deprecated." )
129129
You can’t perform that action at this time.
0 commit comments