diff --git a/app/services/form_generation_service.py b/app/services/form_generation_service.py index 7f14729..c1349d7 100644 --- a/app/services/form_generation_service.py +++ b/app/services/form_generation_service.py @@ -1,6 +1,6 @@ import json, random, io, logging -from pulp import LpProblem, LpMinimize, LpMaximize, LpStatus +from pulp import LpProblem, LpStatus from lib.application_configs import ApplicationConfigs from helpers import aws_helper, tar_helper, csv_helper, service_helper