Skip to content
Snippets Groups Projects
Verified Commit 9838f025 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix imports in data checks

parent 2df54418
No related branches found
No related tags found
1 merge request!92Resolve "Add task for checking plausibility of data"
Pipeline #4411 failed
......@@ -31,7 +31,8 @@ class NoPersonalNotesInCancelledLessonsDataCheck(DataCheck):
@classmethod
def check_data(cls):
from .models import PersonalNote, DataCheckResult
from aleksis.core.models import DataCheckResult
from .models import PersonalNote
ct = ContentType.objects.get_for_model(PersonalNote)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment