Fix lint
This commit is contained in:
parent
4d6c1a6a4d
commit
8bdcd49626
@ -17,7 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import sip
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from qutebrowser.mainwindow import messageview
|
from qutebrowser.mainwindow import messageview
|
||||||
@ -65,7 +64,6 @@ def test_message_hiding(qtbot, view):
|
|||||||
"""Messages should be hidden after the timer times out."""
|
"""Messages should be hidden after the timer times out."""
|
||||||
with qtbot.waitSignal(view._clear_timer.timeout):
|
with qtbot.waitSignal(view._clear_timer.timeout):
|
||||||
view.show_message(usertypes.MessageLevel.info, 'test')
|
view.show_message(usertypes.MessageLevel.info, 'test')
|
||||||
message = view._messages[0]
|
|
||||||
assert not view._messages
|
assert not view._messages
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user