Skip to content

Commit 86ead48

Browse files
committed
Remove comment
1 parent 9f90f32 commit 86ead48

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

app/grandchallenge/cases/models.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -676,21 +676,6 @@ def update_viewer_groups_permissions(
676676
exclude_archive_items=None,
677677
exclude_display_sets=None,
678678
):
679-
"""
680-
Update the view permissions for this image
681-
682-
Parameters
683-
----------
684-
exclude_jobs
685-
Exclude these results from being considered. This is useful
686-
when a many to many relationship is being cleared to remove this
687-
image from the results image set, and is used when the pre_clear
688-
signal is sent.
689-
exclude_archive_items
690-
As above but for Archive Items
691-
exclude_display_sets
692-
As above but for Display Sets
693-
"""
694679
expected_groups = set()
695680

696681
expected_groups.update(

0 commit comments

Comments
 (0)