Skip to content

Commit 9baed4e

Browse files
committed
Fix flake8 formatting issue kernc#356
1 parent 453dd7b commit 9baed4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backtesting/_plotting.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ def __eq__(self, other):
620620
if plot_volume:
621621
custom_js_args.update(volume_range=fig_volume.y_range)
622622
indicator_ranges = {}
623-
for idx, (indicator, indicator_idx) in enumerate(zip(indicator_figs, non_overlay_indicator_idxs)):
623+
for idx, (indicator,
624+
indicator_idx) in enumerate(zip(indicator_figs, non_overlay_indicator_idxs)):
624625
indicator_range_key = f'indicator_{indicator_idx}_range'
625626
indicator_ranges.update({indicator_range_key: indicator.y_range})
626627
custom_js_args.update({'indicator_ranges': indicator_ranges})

0 commit comments

Comments
 (0)