diff --git a/breathecode/services/learnpack/actions/batch.py b/breathecode/services/learnpack/actions/batch.py index 086611f1c..adc7fa995 100644 --- a/breathecode/services/learnpack/actions/batch.py +++ b/breathecode/services/learnpack/actions/batch.py @@ -1,4 +1,5 @@ import logging +from django.http import QueryDict logger = logging.getLogger(__name__) from breathecode.assignments.models import AssignmentTelemetry, LearnPackWebhook