fix PEP E303
This commit is contained in:
parent
d27227aede
commit
f588571bdd
@ -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)
|
||||
|
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user