fix PEP E303

This commit is contained in:
alfrix 2022-10-27 23:18:21 -03:00
parent d27227aede
commit f588571bdd
2 changed files with 0 additions and 2 deletions

View File

@ -271,7 +271,6 @@ class BedMeshPanel(ScreenPanel):
ax.zaxis.set_major_formatter('{x:.02f}')
fig.colorbar(surf, shrink=0.7, aspect=5, pad=0.25)
title = Gtk.Label()
title.set_markup(f"<b>{profile}</b>")
title.set_hexpand(True)

View File

@ -225,7 +225,6 @@ class PrintPanel(ScreenPanel):
file.set_hexpand(True)
file.set_vexpand(False)
icon = Gtk.Button()
GLib.idle_add(self.image_load, filepath)
icon.connect("clicked", self.confirm_delete_file, f"gcodes/{filepath}")