chore: remove unused ignore

This commit is contained in:
Matthias
2025-08-28 20:37:41 +02:00
parent 6b250f9dfe
commit 1cf1d9e3d7
+1 -1
View File
@@ -243,7 +243,7 @@ class Backtesting:
fees = [ fees = [
self.exchange.get_fee( self.exchange.get_fee(
symbol=self.pairlists.whitelist[0], symbol=self.pairlists.whitelist[0],
taker_or_maker=mt, # type: ignore taker_or_maker=mt,
) )
for mt in ("taker", "maker") for mt in ("taker", "maker")
] ]