Skip to content

Commit

Permalink
update view class
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar257ammar committed Jan 24, 2025
1 parent 0cb15aa commit edd2ca1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/grandchallenge/algorithms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ class AlgorithmStatistics(
template_name = "algorithms/algorithm_statistics.html"
raise_exception = True

def get_object(self):
return get_object_or_404(Algorithm, slug=self.kwargs["slug"])


class AlgorithmUpdate(
LoginRequiredMixin,
Expand Down

0 comments on commit edd2ca1

Please sign in to comment.