Skip to content

Commit 5826a50

Browse files
committed
chores: Remove TODO comments
1 parent 9a8f9b2 commit 5826a50

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

supertokens_python/recipe/thirdparty/providers/bitbucket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
from ..provider import Provider, ProviderInput
2020

2121

22-
# TODO Implement when it's done in Node PR
2322
class BitbucketImpl(GenericProvider):
2423
pass
2524

2625

27-
# TODO Finish when it's done in Node PR
2826
def Bitbucket(input: ProviderInput) -> Provider: # pylint: disable=redefined-builtin
2927
if input.config.name is None:
3028
input.config.name = "Bitbucket"

supertokens_python/recipe/thirdparty/providers/gitlab.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
from ..provider import Provider, ProviderInput
2020

2121

22-
# TODO Implement when it's done in Node PR
2322
class GitlabImpl(GenericProvider):
2423
pass
2524

2625

27-
# TODO Implement when it's done in Node PR
2826
def Gitlab(input: ProviderInput) -> Provider: # pylint: disable=redefined-builtin
2927
return NewProvider(input, GitlabImpl)

0 commit comments

Comments
 (0)