From e12b2176e79e945065af80749b9fb744e419d704 Mon Sep 17 00:00:00 2001 From: Tom Bendall Date: Fri, 16 Aug 2024 10:16:08 +0100 Subject: [PATCH] fix lint --- templates/template_plotting_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template_plotting_script.py b/templates/template_plotting_script.py index f785c53..86dcbe8 100644 --- a/templates/template_plotting_script.py +++ b/templates/template_plotting_script.py @@ -127,4 +127,4 @@ plot_name = f'{plot_stem}.png' print(f'Saving figure to {plot_name}') fig.savefig(plot_name, bbox_inches='tight') -plt.close() \ No newline at end of file +plt.close()