diff --git a/monitoring/uss_qualifier/reports/globally_expanded/generate.py b/monitoring/uss_qualifier/reports/globally_expanded/generate.py index 93a7ae38f5..46c363bade 100644 --- a/monitoring/uss_qualifier/reports/globally_expanded/generate.py +++ b/monitoring/uss_qualifier/reports/globally_expanded/generate.py @@ -66,7 +66,8 @@ def generate_globally_expanded_report( """ ) + "\n".join( - f"{str(s)}. {section.title}" for s, section in enumerate(sections, start=4) + f"{str(s)}. {section.title}" + for s, section in enumerate(sections, start=4) ) ) + "\n\n"