Skip to content

Commit 9a8f9b2

Browse files
committed
chores: Linter and formatter
1 parent 8b8b393 commit 9a8f9b2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

supertokens_python/recipe/thirdparty/providers/apple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from ..provider import Provider, ProviderConfigForClientType, ProviderInput
2323
from .utils import get_actual_client_id_from_development_client_id
2424

25+
2526
class AppleImpl(GenericProvider):
2627
async def get_config_for_client_type(
2728
self, client_type: Optional[str], user_context: Dict[str, Any]

tests/thirdpartyemailpassword/test_email_delivery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
from supertokens_python.recipe.session.session_functions import create_new_session
5353
from supertokens_python.recipe.thirdpartyemailpassword import (
5454
InputResetPasswordUsingTokenFeature,
55-
Github,
5655
)
5756
from supertokens_python.recipe.thirdpartyemailpassword.asyncio import (
5857
thirdparty_manually_create_or_update_user,

tests/thirdpartypasswordless/test_emaildelivery.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
session,
4040
thirdpartypasswordless,
4141
)
42-
from supertokens_python.recipe.emailverification.asyncio import (
43-
create_email_verification_token,
44-
)
4542
from supertokens_python.recipe.emailverification.emaildelivery.services.smtp import (
4643
SMTPService as EVSMTPService,
4744
)
@@ -64,7 +61,6 @@
6461
from supertokens_python.recipe.emailverification.asyncio import (
6562
create_email_verification_token,
6663
)
67-
from supertokens_python.recipe.thirdparty.providers import Github
6864
from supertokens_python.recipe.thirdpartypasswordless.asyncio import (
6965
passwordlessSigninup,
7066
thirdparty_manually_create_or_update_user,

0 commit comments

Comments
 (0)