Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
tgibson11 authored Jul 25, 2023
1 parent 29f1866 commit 9e486f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sysinit/futures/repocsv_spread_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ def process_modified_instruments(

if check_on_modify:
okay_to_modify = true_if_answer_is_yes(
"%s: Okay to replace %f with %f" % (
instrument_code, existing_spread, new_spread
)
"%s: Okay to replace %f with %f"
% (instrument_code, existing_spread, new_spread)
)
if not okay_to_modify:
continue
Expand Down

0 comments on commit 9e486f3

Please sign in to comment.