🎨 Format Python code with psf/black

This commit is contained in:
ndem0
2024-06-11 11:31:22 +00:00
committed by Nicola Demo
parent 6c3adfb03d
commit 7634d22ca7
2 changed files with 19 additions and 17 deletions

View File

@@ -246,7 +246,7 @@ class Plotter:
plt.tight_layout()
if title is not None:
plt.title(title)
if filename:
plt.savefig(filename)
plt.close()