summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qutebrowser/browser/webengine/notification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/browser/webengine/notification.py b/qutebrowser/browser/webengine/notification.py
index 5d3ab5a66..9607e3eab 100644
--- a/qutebrowser/browser/webengine/notification.py
+++ b/qutebrowser/browser/webengine/notification.py
@@ -963,7 +963,7 @@ class DBusNotificationAdapter(AbstractNotificationAdapter):
f"Got a message of type {type_str} but expected {expected_type_str}"
f"(args: {msg.arguments()})")
- def present(
+ def present( # noqa: C901 ("too complex")
self,
qt_notification: "QWebEngineNotification",
*,