From 34f7fe25575b35e213558f565994c330a2dc4070 Mon Sep 17 00:00:00 2001 From: tguler Date: Fri, 10 Jan 2025 14:47:15 +0100 Subject: [PATCH] fixes --- .../shared_code/src/shared_data_model/sources/__init__.py | 1 - .../shared_code/src/shared_data_model/sources/bitbucket.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/shared_code/src/shared_data_model/sources/__init__.py b/components/shared_code/src/shared_data_model/sources/__init__.py index 6fce51bd42..ae178044c7 100644 --- a/components/shared_code/src/shared_data_model/sources/__init__.py +++ b/components/shared_code/src/shared_data_model/sources/__init__.py @@ -5,7 +5,6 @@ from .azure_devops import AZURE_DEVOPS from .bandit import BANDIT from .bitbucket import BITBUCKET -from .calendar import CALENDAR from .calendar_date import CALENDAR from .cargo_audit import CARGO_AUDIT from .cloc import CLOC 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 b1f1c4da81..2edf9235fb 100644 --- a/components/shared_code/src/shared_data_model/sources/bitbucket.py +++ b/components/shared_code/src/shared_data_model/sources/bitbucket.py @@ -23,8 +23,8 @@ url=HttpUrl("https://bitbucket.org/product/guides/getting-started/overview#a-brief-overview-of-bitbucket/"), documentation={ "generic": """```{note} -The pagination for the Bitbucket collector has not yet been implemented, -and the current limit for retrieving branches for the inactive branches metric using the API is set to 100. +The pagination for the Bitbucket collector has not yet been implemented,\ +and the current limit for retrieving branches for the inactive branches metric using the API is set to 100.\ Pagination will be implemented in a future update. ```""", },