Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DanicaSTFC committed Feb 14, 2024
1 parent 6609812 commit e6e6876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test__formUI_status_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,8 @@ def click_Cancel(self):
def add_every_widget_to_vertical_layout(self):
"""Add every widget to the vertical layout."""
for key in self.list_all_widgets:
self.form.addWidget(self.list_all_widgets[key], qlabel=None, name=None, layout='vertical')
self.form.addWidget(self.list_all_widgets[key], qlabel=None, name=None,
layout='vertical')

def test_dialog_buttons_default_behaviour(self):
# create the states dictionary
Expand Down

0 comments on commit e6e6876

Please sign in to comment.