diff --git a/fsleyes_plugin_shimming_toolbox/components/component.py b/fsleyes_plugin_shimming_toolbox/components/component.py index 8a5de7f..6e339b6 100644 --- a/fsleyes_plugin_shimming_toolbox/components/component.py +++ b/fsleyes_plugin_shimming_toolbox/components/component.py @@ -37,4 +37,5 @@ def get_help_text(cli_function, name): class RunArgumentErrorST(Exception): """Exception for missing input arguments for CLI call.""" - pass \ No newline at end of file + pass + \ No newline at end of file diff --git a/fsleyes_plugin_shimming_toolbox/components/input_component.py b/fsleyes_plugin_shimming_toolbox/components/input_component.py index 8a852b0..45a6e5c 100644 --- a/fsleyes_plugin_shimming_toolbox/components/input_component.py +++ b/fsleyes_plugin_shimming_toolbox/components/input_component.py @@ -152,4 +152,5 @@ def get_command_dict(input_text_boxes): for arg in args: command.append(arg) - return command, output, load_in_overlay \ No newline at end of file + return command, output, load_in_overlay + \ No newline at end of file diff --git a/test/gui/test_tabs.py b/test/gui/test_tabs.py index 8c3e1f2..f3bccbb 100644 --- a/test/gui/test_tabs.py +++ b/test/gui/test_tabs.py @@ -98,4 +98,5 @@ def set_checkbox(checkbox_widget): checkbox_widget.SetValue(True) wx.PostEvent(checkbox_widget.GetEventHandler(), wx.CommandEvent(wx.EVT_CHECKBOX.typeId, checkbox_widget.GetId())) realYield() - return True \ No newline at end of file + return True + \ No newline at end of file