From f588571bddb282bf132d6e6493421948afb3c416 Mon Sep 17 00:00:00 2001 From: alfrix Date: Thu, 27 Oct 2022 23:18:21 -0300 Subject: [PATCH] fix PEP E303 --- panels/bed_mesh.py | 1 - panels/print.py | 1 - 2 files changed, 2 deletions(-) diff --git a/panels/bed_mesh.py b/panels/bed_mesh.py index 9d151787..bada4be7 100644 --- a/panels/bed_mesh.py +++ b/panels/bed_mesh.py @@ -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"{profile}") title.set_hexpand(True) diff --git a/panels/print.py b/panels/print.py index ddd14cea..071838ad 100644 --- a/panels/print.py +++ b/panels/print.py @@ -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}")