summaryrefslogtreecommitdiff
path: root/scripts/keytester.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-05-02 10:41:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-05-02 10:41:14 +0200
commiteabe2024587604319276443a2f6fc444e9ffe8f6 (patch)
tree37fbcd414d1f51b857650fdf2b3a74ed4453dbdc /scripts/keytester.py
parentacaf6bf1908224dc1a67443f70abae6e19da7a16 (diff)
downloadqutebrowser-eabe2024587604319276443a2f6fc444e9ffe8f6.tar.gz
qutebrowser-eabe2024587604319276443a2f6fc444e9ffe8f6.zip
Fix lint
Diffstat (limited to 'scripts/keytester.py')
-rw-r--r--scripts/keytester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keytester.py b/scripts/keytester.py
index 877893553..027dcbc59 100644
--- a/scripts/keytester.py
+++ b/scripts/keytester.py
@@ -23,7 +23,7 @@
Use python3 -m scripts.keytester to launch it.
"""
-from PyQt5.QtWidgets import QApplication, QWidget, QLabel, QHBoxLayout
+from PyQt5.QtWidgets import QApplication
from qutebrowser.misc import miscwidgets