flake 8
This commit is contained in:
parent
a1d854fd90
commit
88c9aa6896
@ -25,7 +25,7 @@ class candle_analyzed:
|
|||||||
this allows analyze_ticker to not keep testing the same candle data
|
this allows analyze_ticker to not keep testing the same candle data
|
||||||
which is wastful in CPU and time
|
which is wastful in CPU and time
|
||||||
'''
|
'''
|
||||||
def __init__(self, candle_row = 0):
|
def __init__(self, candle_row=0):
|
||||||
self.candle_row = candle_row
|
self.candle_row = candle_row
|
||||||
|
|
||||||
def get_candle_row(self):
|
def get_candle_row(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user