1
0
Fork 0

remove unused fields from context

This commit is contained in:
Sean Sube 2023-01-16 07:34:37 -06:00
parent 8a97cbebb6
commit 7c9dbf2c7e
1 changed files with 1 additions and 2 deletions

View File

@ -203,8 +203,7 @@ app.config['EXECUTOR_PROPAGATE_EXCEPTIONS'] = True
CORS(app, origins=cors_origin)
executor = Executor(app)
context = ServerContext(app, executor, bundle_path,
model_path, output_path, params_path)
context = ServerContext(bundle_path, model_path, output_path, params_path)
# routes