forked from CreatBot/CreatBotKlipperScreen
fix PEP8 E303 and make the code check more strict
This commit is contained in:
@@ -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}")
|
||||
|
Reference in New Issue
Block a user