From a24eb3920446284e0a349b500ddba8fbd1b7e68b Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Wed, 26 Apr 2023 18:27:32 +0200 Subject: [PATCH] minor --- sq_projects_list.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sq_projects_list.py b/sq_projects_list.py index 0786351..cd72ee6 100755 --- a/sq_projects_list.py +++ b/sq_projects_list.py @@ -89,6 +89,5 @@ You can generate a token in SonarQube under My Account > Security print('') print(f'Number of projects: {len(sorted_projects)}') - print( - f'This is a list of projects that have not been analyzed in the last {months} months.') + print(f'This is a list of projects that have not been analyzed in the last {months} months.') print('') -- GitLab