We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad79956 commit 7f1d8bcCopy full SHA for 7f1d8bc
dojo/notifications/helper.py
@@ -54,7 +54,7 @@ def create_notification(
54
no_users: bool = False, # noqa: FBT001, FBT002
55
url: str | None = None,
56
url_api: str | None = None,
57
- alert_only: bool = False, # noqa: FBT001
+ alert_only: bool = False, # noqa: FBT001, FBT002
58
**kwargs: dict,
59
) -> None:
60
"""Create an instance of a NotificationManager and dispatch the notification."""
0 commit comments