diff --git a/components/collector/src/source_collectors/bitbucket/inactive_branches.py b/components/collector/src/source_collectors/bitbucket/inactive_branches.py index 3f715ac259..e6bde1387f 100644 --- a/components/collector/src/source_collectors/bitbucket/inactive_branches.py +++ b/components/collector/src/source_collectors/bitbucket/inactive_branches.py @@ -3,10 +3,11 @@ from datetime import datetime from typing import cast +from dateutil.tz import tzutc + from base_collectors import BranchType, InactiveBranchesSourceCollector from collector_utilities.exceptions import NotFoundError from collector_utilities.type import URL -from dateutil.tz import tzutc from model import SourceResponses from .base import BitbucketProjectBase diff --git a/components/shared_code/src/shared_data_model/sources/bitbucket.py b/components/shared_code/src/shared_data_model/sources/bitbucket.py index 2edf9235fb..38ec02f139 100644 --- a/components/shared_code/src/shared_data_model/sources/bitbucket.py +++ b/components/shared_code/src/shared_data_model/sources/bitbucket.py @@ -18,8 +18,8 @@ BITBUCKET = Source( name="Bitbucket", description="Bitbucket is a version control platform by Atlassian that supports Git, " - "enabling developers to collaborate on code with features like pull requests, " - "CI/CD, and seamless integration with tools like Jira and Trello.", + "enabling developers to collaborate on code with features like pull requests, " + "CI/CD, and seamless integration with tools like Jira and Trello.", url=HttpUrl("https://bitbucket.org/product/guides/getting-started/overview#a-brief-overview-of-bitbucket/"), documentation={ "generic": """```{note}