Skip to content

Commit 3644b55

Browse files
authored
Added extra line as lint was complaining kernc#316
1 parent 76bb895 commit 3644b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backtesting/test/_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -858,11 +858,11 @@ def next(self):
858858
super().next()
859859
if not self.position and self.data.Close > self.sma:
860860
self.buy()
861-
861+
862862
stats = Backtest(GOOG, S).run()
863863
self.assertEqual(stats['# Trades'], 57)
864864

865-
865+
866866
class TestUtil(TestCase):
867867
def test_as_str(self):
868868
def func():

0 commit comments

Comments
 (0)