Fix lint.

This commit is contained in:
Florian Bruhin 2015-05-12 17:58:53 +02:00
parent a960658617
commit 54ae6a63ee
2 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,5 @@ exclude qutebrowser.rcc
exclude .coveragerc
exclude .flake8
exclude .pylintrc
exclude .eslintrc
exclude doc/help

View File

@ -1368,7 +1368,6 @@ class CommandDispatcher:
modes=[KeyMode.caret], scope='window')
def move_to_start_of_document(self):
"""Move the cursor or selection to the start of the document."""
webview = self._current_widget()
if not webview.selection_enabled:
act = QWebPage.MoveToStartOfDocument