just define the body inside
This commit is contained in:
parent
812e7aaad9
commit
efbc83ca8d
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user