Skip to content

Commit 7f1d8bc

Browse files
committed
Fixing boolean positional issue
1 parent ad79956 commit 7f1d8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/notifications/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def create_notification(
5454
no_users: bool = False, # noqa: FBT001, FBT002
5555
url: str | None = None,
5656
url_api: str | None = None,
57-
alert_only: bool = False, # noqa: FBT001
57+
alert_only: bool = False, # noqa: FBT001, FBT002
5858
**kwargs: dict,
5959
) -> None:
6060
"""Create an instance of a NotificationManager and dispatch the notification."""

0 commit comments

Comments
 (0)