Skip to content

Commit b44ad89

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

supertokens_python/recipe/thirdparty/providers/bitbucket.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@ def Bitbucket(input: ProviderInput) -> Provider: # pylint: disable=redefined-bu
3838
if input.config.user_info_endpoint is None:
3939
input.config.user_info_endpoint = "https://api.bitbucket.org/2.0/user"
4040

41-
# TODO overrides and working of this
42-
# once done in Node PR
4341

4442
return NewProvider(input, BitbucketImpl)

0 commit comments

Comments
 (0)