formatting

This commit is contained in:
Sam Germain
2021-09-09 13:42:43 -06:00
parent 9f96b977f6
commit 785b71aec1
3 changed files with 3 additions and 6 deletions

View File

@@ -2994,10 +2994,6 @@ def test_apply_leverage_to_stake_amount(
assert exchange._apply_leverage_to_stake_amount(stake_amount, leverage) == min_stake_with_lev
def test_fill_leverage_brackets():
return
@pytest.mark.parametrize("collateral", [
(Collateral.CROSS),
(Collateral.ISOLATED)