File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed
Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 6464)
6565from supertokens_python .recipe .thirdparty .interfaces import APIOptions as TPAPIOptions
6666from supertokens_python .recipe .thirdparty .provider import Provider , RedirectUriInfo
67- from supertokens_python .recipe .thirdparty .types import (
68- AccessTokenAPI ,
69- AuthorisationRedirectAPI ,
70- UserInfo ,
71- UserInfoEmail ,
72- )
7367from supertokens_python .recipe .thirdpartyemailpassword import (
7468 ThirdPartyEmailPasswordRecipe ,
7569)
Original file line number Diff line number Diff line change 102102)
103103from supertokens_python .recipe .thirdparty .interfaces import APIOptions as TPAPIOptions
104104from supertokens_python .recipe .thirdparty .provider import Provider , RedirectUriInfo
105- from supertokens_python .recipe .thirdparty .types import (
106- AccessTokenAPI ,
107- AuthorisationRedirectAPI ,
108- UserInfo ,
109- UserInfoEmail ,
110- )
111105from supertokens_python .recipe .thirdpartyemailpassword import (
112106 ThirdPartyEmailPasswordRecipe ,
113107)
Original file line number Diff line number Diff line change 9797)
9898from supertokens_python .recipe .thirdparty .interfaces import APIOptions as TPAPIOptions
9999from supertokens_python .recipe .thirdparty .provider import Provider
100- from supertokens_python .recipe .thirdparty .types import (
101- AccessTokenAPI ,
102- AuthorisationRedirectAPI ,
103- UserInfo ,
104- UserInfoEmail ,
105- )
106100from supertokens_python .recipe .thirdpartyemailpassword import (
107101 ThirdPartyEmailPasswordRecipe ,
108102)
Original file line number Diff line number Diff line change 11import respx
2- import httpx
32
43from pytest import fixture , mark
54from fastapi import FastAPI
You can’t perform that action at this time.
0 commit comments