From c51d4e780bad5244b76c58930883825cac2ed7c7 Mon Sep 17 00:00:00 2001 From: "mark.j0hnst0n" Date: Thu, 30 Jan 2025 17:07:48 +0000 Subject: [PATCH] remove unused import --- exporter/apply_for_a_licence/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exporter/apply_for_a_licence/views.py b/exporter/apply_for_a_licence/views.py index 26f685434..d187e0801 100644 --- a/exporter/apply_for_a_licence/views.py +++ b/exporter/apply_for_a_licence/views.py @@ -10,7 +10,6 @@ from exporter.apply_for_a_licence.forms.triage_questions import ( opening_question, export_licence_questions, - MOD_questions, transhipment_questions, ) from exporter.apply_for_a_licence.validators import validate_opening_question, validate_open_general_licences