mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
chore: remove unused ignore
This commit is contained in:
@@ -243,7 +243,7 @@ class Backtesting:
|
||||
fees = [
|
||||
self.exchange.get_fee(
|
||||
symbol=self.pairlists.whitelist[0],
|
||||
taker_or_maker=mt, # type: ignore
|
||||
taker_or_maker=mt,
|
||||
)
|
||||
for mt in ("taker", "maker")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user