Skip to content

Commit 2509987

Browse files
committed
STY PEP8 fix.
1 parent 779d163 commit 2509987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyfolio/plotting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,8 +1599,8 @@ def show_profit_attribution(round_trips):
15991599
utils.print_table(pct_profit_attribution.sort_values(
16001600
inplace=False,
16011601
ascending=False),
1602-
name='Profitability (PnL / PnL total) per name',
1603-
fmt='{0:.2f}%')
1602+
name='Profitability (PnL / PnL total) per name',
1603+
fmt='{0:.2f}%')
16041604

16051605

16061606
def plot_prob_profit_trade(round_trips, ax=None):

0 commit comments

Comments
 (0)