[views] Clean up base scrobblable views

This commit is contained in:
2024-08-10 22:07:16 -04:00
parent 0ce19527a2
commit cdfd8af078
5 changed files with 18 additions and 35 deletions

View File

@ -1,5 +1,3 @@
from django.db.models import Count
from django.views import generic
from moods.models import Mood
from scrobbles.views import ScrobbleableListView, ScrobbleableDetailView