remove unuse code and fix coding conventions
This commit is contained in:
@@ -62,7 +62,6 @@ class ReinforcementLearningExample3ac(IStrategy):
|
||||
|
||||
coin = pair.split('/')[0]
|
||||
|
||||
|
||||
if informative is None:
|
||||
informative = self.dp.get_pair_dataframe(pair, tf)
|
||||
|
||||
|
@@ -62,7 +62,6 @@ class ReinforcementLearningExample5ac(IStrategy):
|
||||
|
||||
coin = pair.split('/')[0]
|
||||
|
||||
|
||||
if informative is None:
|
||||
informative = self.dp.get_pair_dataframe(pair, tf)
|
||||
|
||||
|
Reference in New Issue
Block a user