Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TunahanGuler committed Jan 10, 2025
1 parent 34f7fe2 commit c416081
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c416081

Please sign in to comment.