Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tommbendall committed Aug 16, 2024
1 parent f431ffe commit e12b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template_plotting_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
plt.close()

0 comments on commit e12b217

Please sign in to comment.