From 8411c3b298ee3ac8da3542dad71b40d8284814bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Tue, 5 Apr 2022 09:22:29 +0530 Subject: [PATCH] removed noqa --- freqtrade/exchange/exchange.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/exchange/exchange.py b/freqtrade/exchange/exchange.py index 74b5ecac6..e03811c2b 100644 --- a/freqtrade/exchange/exchange.py +++ b/freqtrade/exchange/exchange.py @@ -877,7 +877,7 @@ class Exchange: return rate - def _fill_dry_limit_order(self, pair: str, side: str, # noqa: max-complexity: 13 + def _fill_dry_limit_order(self, pair: str, side: str, limit: float, given_amount: float) -> Tuple[Optional[float], float]: """ Returns average price and filled amount