Skip to content

Commit e1d480e

Browse files
committed
fix: Remove unused imports
1 parent 0dc29a3 commit e1d480e

File tree

4 files changed

+0
-19
lines changed

4 files changed

+0
-19
lines changed

tests/auth-react/django3x/mysite/utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@
6464
)
6565
from supertokens_python.recipe.thirdparty.interfaces import APIOptions as TPAPIOptions
6666
from 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-
)
7367
from supertokens_python.recipe.thirdpartyemailpassword import (
7468
ThirdPartyEmailPasswordRecipe,
7569
)

tests/auth-react/fastapi-server/app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@
102102
)
103103
from supertokens_python.recipe.thirdparty.interfaces import APIOptions as TPAPIOptions
104104
from 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-
)
111105
from supertokens_python.recipe.thirdpartyemailpassword import (
112106
ThirdPartyEmailPasswordRecipe,
113107
)

tests/auth-react/flask-server/app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@
9797
)
9898
from supertokens_python.recipe.thirdparty.interfaces import APIOptions as TPAPIOptions
9999
from supertokens_python.recipe.thirdparty.provider import Provider
100-
from supertokens_python.recipe.thirdparty.types import (
101-
AccessTokenAPI,
102-
AuthorisationRedirectAPI,
103-
UserInfo,
104-
UserInfoEmail,
105-
)
106100
from supertokens_python.recipe.thirdpartyemailpassword import (
107101
ThirdPartyEmailPasswordRecipe,
108102
)

tests/thirdparty/test_thirdparty.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import respx
2-
import httpx
32

43
from pytest import fixture, mark
54
from fastapi import FastAPI

0 commit comments

Comments
 (0)