Skip to content

Commit 03918d2

Browse files
committed
Add missing blank line after ListView class definition
1 parent 21b9686 commit 03918d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gui_builder/forms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ def set_item_column(self, index: int, column: int, data: Any):
499499
"""Sets the string at the provided column and index to the provided value"""
500500
return self.widget.set_item_column(index, column, data)
501501

502+
502503
class ToolBar(UIForm):
503504
widget_type = widgets.ToolBar
504505

0 commit comments

Comments
 (0)