Skip to content

Commit 0993298

Browse files
committed
fix: Linter and format
1 parent f35c454 commit 0993298

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

supertokens_python/recipe/thirdpartyemailpassword/asyncio/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
CreateResetPasswordLinkOkResult,
2828
CreateResetPasswordEmailUnknownUserIdError,
2929
CreateResetPasswordEmailOkResult,
30-
RawUserInfoFromProvider,
3130
)
3231
from supertokens_python.recipe.emailpassword.utils import get_password_reset_link
3332

supertokens_python/recipe/thirdpartyemailpassword/syncio/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from ..interfaces import (
2020
EmailPasswordSignInOkResult,
2121
EmailPasswordSignInWrongCredentialsError,
22-
RawUserInfoFromProvider,
2322
)
2423
from ..types import EmailTemplateVars, User
2524

@@ -49,7 +48,6 @@ def get_user_by_third_party_info(
4948
)
5049

5150

52-
5351
def thirdparty_manually_create_or_update_user(
5452
third_party_id: str,
5553
third_party_user_id: str,

0 commit comments

Comments
 (0)