Skip to content
Snippets Groups Projects
Commit c41ad3c9 authored by Simon McVittie's avatar Simon McVittie
Browse files

test-ui: Fix pyflakes warning for unnecessary blank line

parent 7df65fe5
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,6 @@ class Gui:
self.grid.attach(label, 1, row, 1, 1)
row += 1
self.xterm_check = Gtk.CheckButton.new_with_label('Run in an xterm')
self.xterm_check.set_active(False)
self.grid.attach(self.xterm_check, 1, row, 1, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment