fix PEP8 E303 and make the code check more strict

This commit is contained in:
alfrix
2022-08-22 09:50:02 -03:00
committed by Alfredo Monclus
parent ce8762da19
commit e986e3cd8e
4 changed files with 3 additions and 8 deletions

View File

@@ -142,7 +142,6 @@ class BedMeshPanel(ScreenPanel):
button_box.add(buttons["load"])
button_box.add(buttons["view"])
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=5)
box.pack_start(name, True, True, 0)
box.pack_start(button_box, False, False, 0)
@@ -177,7 +176,6 @@ class BedMeshPanel(ScreenPanel):
return True
return False
def load_meshes(self):
bm_profiles = self._screen.printer.get_config_section_list("bed_mesh ")
logging.info(f"Bed profiles: {bm_profiles}")