Skip to content

Commit

Permalink
Remove wrong parameter in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Aug 12, 2023
1 parent 8bbd6e6 commit 7c92867
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bioblend/galaxy/notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ def update_user_notification(
:param seen: Mark notification as seen. When set to true the field is
set to the current datetime
:type favorite: bool
:param favorite: Mark notification as favorite
:type deleted: bool
:param deleted: Mark notification as deleted
Expand Down Expand Up @@ -185,9 +182,6 @@ def update_user_notifications(
:param seen: Mark the message as seen. When set to true the field is
set to the current datetime
:type favorite: bool
:param seen: Mark the message as favorite
:type delete: bool
:param seen: Mark the message as deleted
Expand Down

0 comments on commit 7c92867

Please sign in to comment.