Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdz committed Feb 15, 2023
1 parent 5d97b70 commit 57011e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_strategy_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ def setUpClass(cls):

def test_sma_crossover(self):
sr = StrategyRunner(
data=self.df_combined, asset_meta=self.asset_meta, strat_classes=[TestSMAXOStrat]
data=self.df_combined,
asset_meta=self.asset_meta,
strat_classes=[TestSMAXOStrat],
)
sr.run()

Expand Down

0 comments on commit 57011e6

Please sign in to comment.