From 5989fb8ef6b801aaae7113a9217e1dfb29884b3c Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 3 Jul 2021 01:54:10 +0200 Subject: [PATCH] Satisfy qt formatter --- qt/aqt/webview.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt/aqt/webview.py b/qt/aqt/webview.py index 9f17ed6b9..aec378c2c 100644 --- a/qt/aqt/webview.py +++ b/qt/aqt/webview.py @@ -210,7 +210,11 @@ class WebContent: class AnkiWebView(QWebEngineView): def __init__( - self, parent: Optional[QWidget] = None, title: str = "default", *, mac_default_shortcuts: bool = True + self, + parent: Optional[QWidget] = None, + title: str = "default", + *, + mac_default_shortcuts: bool = True, ) -> None: QWebEngineView.__init__(self, parent=parent) self.set_title(title)