Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit dfc6fd2

Browse files
committed
fix: update models.StatisticsListView to StatisticsListView
1 parent 9412ce4 commit dfc6fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_covid19/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_queryset(self):
7575
@method_decorator(cache_page(
7676
CACHE_PAGE_TIMEOUT, key_prefix='statistics-list'))
7777
def dispatch(self, *args, **kwargs):
78-
return super(models.StatisticsListView, self).dispatch(*args, **kwargs)
78+
return super(StatisticsListView, self).dispatch(*args, **kwargs)
7979

8080

8181
class ProvinceListView(ListAPIView):

0 commit comments

Comments
 (0)