Skip to content

Commit 000b7a3

Browse files
committed
remove extra space
1 parent ee3f5f8 commit 000b7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/3-report/gcs_report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def plot_products(args):
114114
data = pd.read_csv(file_path, index_col=name_label)
115115
data = data[::-1] # reverse order
116116

117-
title = "Products totals and percentages "
117+
title = "Products totals and percentages"
118118
plt = plot.combined_plot(
119119
args=args,
120120
data=data,

0 commit comments

Comments
 (0)