Remove more unused code

This commit is contained in:
Ramon Wenger 2021-02-22 17:10:11 +01:00
parent 73e3339d81
commit c69a78162b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from django.contrib import admin
from wagtail.core.models import Page
from objectives.models import ObjectiveGroup, Objective, ObjectiveProgressStatus
from objectives.models import ObjectiveGroup, Objective
from books.models import Topic