fix bitbucket improve issue

This commit is contained in:
sarbjitgrewal
2023-08-18 17:48:45 +05:30
parent dee1f168f8
commit dff4646920
2 changed files with 75 additions and 7 deletions

View File

@ -42,7 +42,7 @@ class PRCodeSuggestions:
get_settings().pr_code_suggestions_prompt.user)
async def run(self):
assert type(self.git_provider) != BitbucketProvider, "Bitbucket is not supported for now"
# assert type(self.git_provider) != BitbucketProvider, "Bitbucket is not supported for now"
logging.info('Generating code suggestions for PR...')
if get_settings().config.publish_output: