ftx.fill_leverage_brackets test

This commit is contained in:
Sam Germain
2021-09-03 19:56:53 -06:00
parent 8264cc546d
commit 8d74233aa5
2 changed files with 7 additions and 1 deletions

View File

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