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 5a69c9a commit 622e742
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def solve_orders_in_settlement(
order_id = winning_orders[decoded_settlement.trades.index(trade)]["id"]
solver_solution, order = self.get_solver_response(order_id, bucket_response)

log_msg = "Quasimodo response is :" + str(solver_solution)
print(log_msg)
print("Quasimodo response is :" + str(solver_solution))
sell_token = order["sell_token"]
buy_token = order["buy_token"]
# if a valid solution is returned by solver
Expand Down

0 comments on commit 622e742

Please sign in to comment.