summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/browsertab.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-20 12:42:29 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-20 12:42:29 +0200
commit09f28f24c64ccbc88570741b37beda9a42e5ff2a (patch)
treeb5f6a5c5b1b10a124b34e3eff5330f9d4169dc6f /qutebrowser/browser/browsertab.py
parent5cfab728b29610dd1ab43591b4ba66919621b8a2 (diff)
downloadqutebrowser-09f28f24c64ccbc88570741b37beda9a42e5ff2a.tar.gz
qutebrowser-09f28f24c64ccbc88570741b37beda9a42e5ff2a.zip
Fix lint
Diffstat (limited to 'qutebrowser/browser/browsertab.py')
-rw-r--r--qutebrowser/browser/browsertab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/browser/browsertab.py b/qutebrowser/browser/browsertab.py
index eacd61dbb..6f68956f8 100644
--- a/qutebrowser/browser/browsertab.py
+++ b/qutebrowser/browser/browsertab.py
@@ -294,7 +294,7 @@ class AbstractPrinting(QObject):
def show_dialog(self) -> None:
"""Print with a QPrintDialog."""
- self._dialog = dialog = QPrintDialog(self._tab)
+ self._dialog = QPrintDialog(self._tab)
self._dialog.open(self._do_print)
# Gets cleaned up in on_printing_finished