From 2f4755ffc7e849456fb752352b7bd4e4f5ad55d4 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Mon, 23 Oct 2023 22:02:09 +0200 Subject: [PATCH] Linting Signed-off-by: Emmy D'Anello --- participation/management/commands/export_results.py | 1 - participation/management/commands/export_solutions.py | 1 - 2 files changed, 2 deletions(-) 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