Apply refactoring with pylint to bfxapi.rest.endpoints sub-package.

This commit is contained in:
Davide Casale
2023-03-08 18:32:03 +01:00
parent 0ee8a8ab29
commit 87ea765281
6 changed files with 118 additions and 130 deletions

View File

@@ -404,7 +404,6 @@ class FundingAutoRenew(_Type):
@dataclass()
class FundingInfo(_Type):
symbol: str
yield_loan: float
yield_lend: float
duration_loan: float
@@ -467,7 +466,7 @@ class Movement(_Type):
@dataclass
class SymbolMarginInfo(_Type):
symbol: str
symbol: Optional[str]
tradable_balance: float
gross_balance: float
buy: float