Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Jun 13, 2024
1 parent ccb2a23 commit ff8c1fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hawc/apps/assessment/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ class AttachmentViewSet(HtmxViewSet):
model = models.Attachment
form_fragment = "assessment/fragments/attachment_edit_row.html"
detail_fragment = "assessment/fragments/attachment_row.html"
list_fragment = "assessment/fragments/attachment_list.html"

@action(permission=can_view, htmx_only=False)
def read(self, request: HttpRequest, *args, **kwargs):
Expand Down

0 comments on commit ff8c1fe

Please sign in to comment.