Skip to content

Commit 76bb895

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backtesting/test/_test.py

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

865+
864866
class TestUtil(TestCase):
865867
def test_as_str(self):
866868
def func():

0 commit comments

Comments
 (0)