From d3a74831e83c265d1a99e9ab414fb78a85b85461 Mon Sep 17 00:00:00 2001 From: Auto User Date: Thu, 5 Sep 2024 08:59:45 -0400 Subject: [PATCH] uuids str rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- pkg/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils.py b/pkg/utils.py index 7449e51..e4a4f68 100644 --- a/pkg/utils.py +++ b/pkg/utils.py @@ -270,7 +270,7 @@ def process_test( match.save_results(merged_df, csv_file_path=output_file_path) return merged_df, metrics_config -def shorten_url(shortener: any, uuids: List[str]) -> str: +def shorten_url(shortener: any, uuids: str) -> str: """Shorten url if there is a list of buildUrls Args: