mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
delete unneeded comment
This commit is contained in:
parent
2b3e7eeb21
commit
c7d10e2c7e
|
@ -28,9 +28,6 @@ class ShuffleFilter(IPairList):
|
|||
self._seed = pairlistconfig.get('seed')
|
||||
logger.info(f"Backtesting mode detected, applying seed value: {self._seed}")
|
||||
|
||||
# deprecated since 3.9
|
||||
#self._random = random.Random(self._seed)
|
||||
|
||||
@property
|
||||
def needstickers(self) -> bool:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user