Skip to content

Commit 03601c1

Browse files
Merge pull request #797 from supertokens/docs-fix
fix: unused import
2 parents 4f59db3 + dbf2bbc commit 03601c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

v2/thirdparty/common-customizations/sign-in-and-up/custom-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ func main() {
608608
```python
609609
from supertokens_python import init, InputAppInfo
610610
from supertokens_python.recipe import ^{codeImportRecipeName}
611-
from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider, ProviderConfigForClient
611+
from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider
612612
from supertokens_python.recipe.thirdparty.types import UserInfo, UserInfoEmail, RawUserInfoFromProvider
613613
from typing import Dict, Any
614614

v2/thirdpartyemailpassword/common-customizations/signup-form/custom-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ func main() {
608608
```python
609609
from supertokens_python import init, InputAppInfo
610610
from supertokens_python.recipe import ^{codeImportRecipeName}
611-
from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider, ProviderConfigForClient
611+
from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider
612612
from supertokens_python.recipe.thirdparty.types import UserInfo, UserInfoEmail, RawUserInfoFromProvider
613613
from typing import Dict, Any
614614

v2/thirdpartypasswordless/common-customizations/signup-form/custom-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ func main() {
608608
```python
609609
from supertokens_python import init, InputAppInfo
610610
from supertokens_python.recipe import ^{codeImportRecipeName}
611-
from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider, ProviderConfigForClient
611+
from supertokens_python.recipe.thirdparty.provider import ProviderClientConfig, ProviderConfig, ProviderInput, Provider
612612
from supertokens_python.recipe.thirdparty.types import UserInfo, UserInfoEmail, RawUserInfoFromProvider
613613
from typing import Dict, Any
614614

0 commit comments

Comments
 (0)