summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/statusbar/url.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-24 18:06:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-24 18:10:10 +0200
commite2db790593eee8329fe8b168e82043bcbb19cbae (patch)
tree8d0690d20472bba48e4074c463019e0b6d0b2ee6 /qutebrowser/mainwindow/statusbar/url.py
parent65345eab9572fe2426eb8292aa4ab734c099576f (diff)
downloadqutebrowser-e2db790593eee8329fe8b168e82043bcbb19cbae.tar.gz
qutebrowser-e2db790593eee8329fe8b168e82043bcbb19cbae.zip
Diffstat (limited to 'qutebrowser/mainwindow/statusbar/url.py')
-rw-r--r--qutebrowser/mainwindow/statusbar/url.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/qutebrowser/mainwindow/statusbar/url.py b/qutebrowser/mainwindow/statusbar/url.py
index 99818e284..ca9b15779 100644
--- a/qutebrowser/mainwindow/statusbar/url.py
+++ b/qutebrowser/mainwindow/statusbar/url.py
@@ -21,8 +21,7 @@
import enum
-from PyQt5.QtCore import (pyqtSlot, pyqtProperty, # type: ignore[attr-defined]
- QUrl)
+from PyQt5.QtCore import pyqtSlot, pyqtProperty, QUrl
from qutebrowser.mainwindow.statusbar import textbase
from qutebrowser.config import stylesheet