diff --git a/sq_projects_list.py b/sq_projects_list.py index 0786351fe0aadc07ca2c1162761ba6ab474c899f..cd72ee6b8784d9f8af332491d2139c87f989a66a 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('')