Remove deprecated profit return value

This commit is contained in:
Matthias
2021-03-05 20:03:49 +01:00
parent a39e83dbd4
commit 5196306407
4 changed files with 4 additions and 10 deletions

View File

@@ -62,14 +62,12 @@ class PerformanceEntry(BaseModel):
class Profit(BaseModel):
profit_closed_coin: float
profit_closed_percent: float
profit_closed_percent_mean: float
profit_closed_ratio_mean: float
profit_closed_percent_sum: float
profit_closed_ratio_sum: float
profit_closed_fiat: float
profit_all_coin: float
profit_all_percent: float
profit_all_percent_mean: float
profit_all_ratio_mean: float
profit_all_percent_sum: float