Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed May 18, 2023
1 parent daaf596 commit baa804d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ def get_solver_response(
break
# convert back to JSON as post data
bucket_response_json = json.dumps(solver_instance)
solver_url = "http://testnets-quasimodo-solver-staging.services.svc.cluster.local:80/solve?time_limit=20&use_internal_buffers=false&objective=surplusfeescosts"
solver_url = (
"http://testnets-quasimodo-solver-staging.services.svc.cluster.local:80"
+ "/solve?time_limit=20&use_internal_buffers=false&objective=surplusfeescosts"
)
# solver_url = (
# str(TemplateTest.QUASIMODO_SOLVER_URL)
# + "/solve?time_limit=20&use_internal_buffers=false&objective=surplusfeescosts"
Expand Down

0 comments on commit baa804d

Please sign in to comment.