chore: remove edge from ft_rest_client

This commit is contained in:
Matthias
2025-06-10 07:02:46 +02:00
parent ff06d58ace
commit 3670df8771
2 changed files with 0 additions and 10 deletions

View File

@@ -189,13 +189,6 @@ class FtRestClient:
"""
return self._get("monthly", params={"timescale": months} if months else None)
def edge(self):
"""Return information about edge.
:return: json object
"""
return self._get("edge")
def profit(self):
"""Return the profit summary.