ftx.fill_leverage_brackets test

This commit is contained in:
Sam Germain
2021-09-03 19:56:53 -06:00
parent 9d398924c6
commit 01263663be
2 changed files with 7 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ class Exchange:
}
_ft_has: Dict = {}
_leverage_brackets: Dict
_leverage_brackets: Dict = {}
def __init__(self, config: Dict[str, Any], validate: bool = True) -> None:
"""