Fix lint.

This commit is contained in:
Florian Bruhin 2015-08-19 07:57:47 +02:00
parent aca082ce83
commit acfdf8b956

View File

@ -76,7 +76,7 @@ def test_patched_errwindow(capfd, mocker, monkeypatch):
lambda status: None)
try:
import tkinter
import tkinter # pylint: disable=unused-variable
except ImportError:
tk_mock = mocker.patch('qutebrowser.misc.checkpyver.Tk',
spec=['withdraw'], new_callable=mocker.Mock)