Skip to content

Commit a56ed83

Browse files
committed
Fix is_bigger_better
1 parent 0501453 commit a56ed83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Trading/live/range/filter_ranging_stocks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def exit():
3838
range_ordering = Ordering(top_n=TOP, score_calculator=range_scorer)
3939

4040
class StockRangeProcessor(StatefulDataProcessor):
41-
4241
def __init__(self, json_file_rw, logger):
4342
global range_ordering
4443
super().__init__(json_file_rw, logger)

0 commit comments

Comments
 (0)