Fix lint.

This commit is contained in:
Florian Bruhin 2014-08-03 00:58:59 +02:00
parent f451d7b98c
commit 90f1d5851c
2 changed files with 0 additions and 2 deletions

View File

@ -291,7 +291,6 @@ class CommandDispatcher:
*args: Arguments for spawn/userscript/fill.
- With `spawn`: The executable and arguments to spawn.
`{hint-url}` will get replaced by the selected
URL.

View File

@ -347,7 +347,6 @@ class HintManager(QObject):
url: The URL to open as a QUrl.
"""
qt_ensure_valid(url)
command = self._context.args[0]
urlstr = url.toDisplayString(QUrl.FullyEncoded)
args = self._context.get_args(urlstr)
message.set_cmd_text(' '.join(args))