remove trailing whitespace
This commit is contained in:
parent
265795824b
commit
3585742b43
@ -294,7 +294,7 @@ class FreqaiDataDrawer:
|
|||||||
for return_str in rets:
|
for return_str in rets:
|
||||||
df[return_str].iloc[-1] = rets[return_str]
|
df[return_str].iloc[-1] = rets[return_str]
|
||||||
|
|
||||||
# this logic carries users between version without needing to
|
# this logic carries users between version without needing to
|
||||||
# change their identifier
|
# change their identifier
|
||||||
if 'close_price' not in df.columns:
|
if 'close_price' not in df.columns:
|
||||||
df['close_price'] = np.nan
|
df['close_price'] = np.nan
|
||||||
|
Loading…
Reference in New Issue
Block a user