Skip to content

Commit adec491

Browse files
committed
chore: remove unused argument time_in_ratio
It was there in preparation for kraken, but kraken doesn't seem to have this anymore.
1 parent cbeae97 commit adec491

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

freqtrade/exchange/exchange.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,7 +3934,6 @@ def calculate_funding_fees(
39343934
is_short: bool,
39353935
open_date: datetime,
39363936
close_date: datetime,
3937-
time_in_ratio: float | None = None,
39383937
) -> float:
39393938
"""
39403939
calculates the sum of all funding fees that occurred for a pair during a futures trade
@@ -3944,7 +3943,6 @@ def calculate_funding_fees(
39443943
:param is_short: trade direction
39453944
:param open_date: The date and time that the trade started
39463945
:param close_date: The date and time that the trade ended
3947-
:param time_in_ratio: Not used by most exchange classes
39483946
"""
39493947
fees: float = 0
39503948

0 commit comments

Comments
 (0)