removed noqa

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2022-04-05 09:22:29 +05:30
parent 2363edac82
commit 8411c3b298

View File

@ -877,7 +877,7 @@ class Exchange:
return rate 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]: limit: float, given_amount: float) -> Tuple[Optional[float], float]:
""" """
Returns average price and filled amount Returns average price and filled amount