Remove blank line at end of file to fix flake8

This commit is contained in:
Raphael Pierzina 2015-04-19 21:10:27 +02:00
parent f5e6091ff6
commit 6c97a4a6e0

View File

@ -95,4 +95,3 @@ class TestCommandLineEdit:
mock_clipboard.text.return_value = '$ command'
qtbot.keyClick(cmd_edit, Qt.Key_Insert, Qt.ShiftModifier)
assert cmd_edit.text() == ':command param1'