summaryrefslogtreecommitdiff
path: root/qutebrowser/commands
diff options
context:
space:
mode:
authorRyan Roden-Corrent <ryan@rcorre.net>2021-01-06 09:47:17 -0500
committerRyan Roden-Corrent <ryan@rcorre.net>2021-01-06 09:47:17 -0500
commit0b979666b6584db2ec28c0977097af60ab3a63af (patch)
tree3be79073be6a147bdbd78172caacd4440248beb1 /qutebrowser/commands
parent8d1c5b690ee421144b499d14d62be644310bc29d (diff)
downloadqutebrowser-0b979666b6584db2ec28c0977097af60ab3a63af.tar.gz
qutebrowser-0b979666b6584db2ec28c0977097af60ab3a63af.zip
Remove unused imports in commands.parser
Diffstat (limited to 'qutebrowser/commands')
-rw-r--r--qutebrowser/commands/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qutebrowser/commands/parser.py b/qutebrowser/commands/parser.py
index 562b48922..1f0fb01b2 100644
--- a/qutebrowser/commands/parser.py
+++ b/qutebrowser/commands/parser.py
@@ -20,7 +20,6 @@
"""Module for parsing commands entered into the browser."""
import attr
-from PyQt5.QtCore import pyqtSlot, QUrl, QObject
from qutebrowser.commands import cmdexc
from qutebrowser.misc import split, objects