Cleanup: pep8

This commit is contained in:
Campbell Barton
2018-09-04 08:50:00 +10:00
parent f428efc6db
commit 1d04d7721b
3 changed files with 5 additions and 8 deletions

View File

@@ -258,7 +258,6 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
# if obj_type == 'MESH' or is_empty_image:
# col.prop(obj, "show_transparent", text="Transparency")
flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=False)
col = flow.column()
@@ -273,7 +272,6 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
row.active = obj.show_bounds or (obj.draw_type == 'BOUNDS')
row.prop(obj, "draw_bounds_type", text="")
if is_geometry or is_empty_image:
# Only useful with object having faces/materials...
col = flow.column()