diff --git a/participation/management/commands/export_results.py b/participation/management/commands/export_results.py index fcdaceb..48743c6 100644 --- a/participation/management/commands/export_results.py +++ b/participation/management/commands/export_results.py @@ -4,7 +4,6 @@ from django.core.management import BaseCommand from django.utils.formats import date_format from django.utils.translation import activate - from participation.models import Tournament diff --git a/participation/management/commands/export_solutions.py b/participation/management/commands/export_solutions.py index d84ec5b..c4a15d2 100644 --- a/participation/management/commands/export_solutions.py +++ b/participation/management/commands/export_solutions.py @@ -6,7 +6,6 @@ from pathlib import Path from django.conf import settings from django.core.management import BaseCommand from django.utils.translation import activate - from participation.models import Solution, Tournament