just define the body inside

This commit is contained in:
Adrian Manteza 2022-03-16 02:58:05 +00:00
parent 812e7aaad9
commit efbc83ca8d

View File

@ -14,7 +14,8 @@ from pulp import LpProblem, LpVariable, LpInteger, LpMinimize, LpMaximize, LpAff
from services.loft_service import LoftService
class SolverSandbox:
def loft_service(body):
def loft_service():
body = {}
LoftService(body).process()
def yosh_loop():