From dbf2bbc512054d5c81bf44eb95e48558e20ecf4a Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Tue, 28 May 2024 15:30:10 +0530 Subject: [PATCH] fix: unused import --- .../common-customizations/sign-in-and-up/custom-providers.mdx | 2 +- .../common-customizations/signup-form/custom-providers.mdx | 2 +- .../common-customizations/signup-form/custom-providers.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/thirdparty/common-customizations/sign-in-and-up/custom-providers.mdx b/v2/thirdparty/common-customizations/sign-in-and-up/custom-providers.mdx index caa6adc0c..59b4b1a44 100644 --- a/v2/thirdparty/common-customizations/sign-in-and-up/custom-providers.mdx +++ b/v2/thirdparty/common-customizations/sign-in-and-up/custom-providers.mdx @@ -608,7 +608,7 @@ func main() { ```python from supertokens_python import init, InputAppInfo from supertokens_python.recipe import ^{codeImportRecipeName} -from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider, ProviderConfigForClient +from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider from supertokens_python.recipe.thirdparty.types import UserInfo, UserInfoEmail, RawUserInfoFromProvider from typing import Dict, Any diff --git a/v2/thirdpartyemailpassword/common-customizations/signup-form/custom-providers.mdx b/v2/thirdpartyemailpassword/common-customizations/signup-form/custom-providers.mdx index caa6adc0c..59b4b1a44 100644 --- a/v2/thirdpartyemailpassword/common-customizations/signup-form/custom-providers.mdx +++ b/v2/thirdpartyemailpassword/common-customizations/signup-form/custom-providers.mdx @@ -608,7 +608,7 @@ func main() { ```python from supertokens_python import init, InputAppInfo from supertokens_python.recipe import ^{codeImportRecipeName} -from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider, ProviderConfigForClient +from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider from supertokens_python.recipe.thirdparty.types import UserInfo, UserInfoEmail, RawUserInfoFromProvider from typing import Dict, Any diff --git a/v2/thirdpartypasswordless/common-customizations/signup-form/custom-providers.mdx b/v2/thirdpartypasswordless/common-customizations/signup-form/custom-providers.mdx index caa6adc0c..59b4b1a44 100644 --- a/v2/thirdpartypasswordless/common-customizations/signup-form/custom-providers.mdx +++ b/v2/thirdpartypasswordless/common-customizations/signup-form/custom-providers.mdx @@ -608,7 +608,7 @@ func main() { ```python from supertokens_python import init, InputAppInfo from supertokens_python.recipe import ^{codeImportRecipeName} -from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider, ProviderConfigForClient +from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider from supertokens_python.recipe.thirdparty.types import UserInfo, UserInfoEmail, RawUserInfoFromProvider from typing import Dict, Any