File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
supertokens_python/recipe/thirdparty/providers Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1919from ..provider import Provider , ProviderInput
2020
2121
22- # TODO Implement when it's done in Node PR
2322class BitbucketImpl (GenericProvider ):
2423 pass
2524
2625
27- # TODO Finish when it's done in Node PR
2826def Bitbucket (input : ProviderInput ) -> Provider : # pylint: disable=redefined-builtin
2927 if input .config .name is None :
3028 input .config .name = "Bitbucket"
Original file line number Diff line number Diff line change 1919from ..provider import Provider , ProviderInput
2020
2121
22- # TODO Implement when it's done in Node PR
2322class GitlabImpl (GenericProvider ):
2423 pass
2524
2625
27- # TODO Implement when it's done in Node PR
2826def Gitlab (input : ProviderInput ) -> Provider : # pylint: disable=redefined-builtin
2927 return NewProvider (input , GitlabImpl )
You can’t perform that action at this time.
0 commit comments