We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c875359 commit 2b64a3fCopy full SHA for 2b64a3f
supertokens_python/recipe/thirdparty/providers/__init__.py
@@ -11,23 +11,3 @@
11
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12
# License for the specific language governing permissions and limitations
13
# under the License.
14
-
15
-from .apple import Apple
16
-from .discord import Discord
17
-from .facebook import Facebook
18
-from .github import Github
19
-from .google import Google
20
-from .google_workspaces import GoogleWorkspaces
21
-from .bitbucket import Bitbucket
22
-from .gitlab import Gitlab
23
24
-__all__ = [
25
- "Apple",
26
- "Discord",
27
- "Facebook",
28
- "Github",
29
- "Google",
30
- "GoogleWorkspaces",
31
- "Bitbucket",
32
- "Gitlab",
33
-]
0 commit comments