diff --git a/core/apps/evaluation/urls.py b/core/apps/evaluation/urls.py index a189f7e..45371ec 100644 --- a/core/apps/evaluation/urls.py +++ b/core/apps/evaluation/urls.py @@ -29,7 +29,7 @@ from .views import ( DidoxCompanyInfoAPIView, TechPassportAPIView, EvaluationStatusChange, - AutoEvaluationRequestView, GetArchivedEvaluation, GetEvaluation + AutoEvaluationRequestView, GetArchivedEvaluation ) router = DefaultRouter()