Skip to content

Commit 861ca07

Browse files
authored
Fix linting. (#507)
* Fix linting. * Revert linter change.
1 parent aa85d32 commit 861ca07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datashuttle/tui/shared/validate_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def on_button_pressed(self, event: Button.Pressed) -> None:
155155
)
156156
if not success:
157157
self.parent_class.mainwindow.show_modal_error_dialog(
158-
cast(str, output)
158+
cast(str, output) # noqa
159159
)
160160
else:
161161
self.write_results_to_richlog(output)

0 commit comments

Comments
 (0)