Skip to content

Commit

Permalink
Added blank line to fix lint issue kernc#223
Browse files Browse the repository at this point in the history
  • Loading branch information
zlpatel authored Jun 13, 2021
1 parent d6fa851 commit b045c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backtesting/test/_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,7 @@ def next(self):
stats = Backtest(GOOG, S).run()
self.assertEqual(stats['# Trades'], 91)


class TestUtil(TestCase):
def test_as_str(self):
def func():
Expand Down

0 comments on commit b045c7c

Please sign in to comment.