Fix minor stylistic errors

This commit is contained in:
Matthias
2023-02-22 20:58:24 +01:00
parent 659140e190
commit 34c42be74f
11 changed files with 3 additions and 4 deletions

View File

@@ -309,7 +309,7 @@ def exchange(request, exchange_conf):
@pytest.fixture(params=EXCHANGES, scope="class")
def exchange_futures(request, exchange_conf, class_mocker):
if not EXCHANGES[request.param].get('futures') is True:
if EXCHANGES[request.param].get('futures') is not True:
yield None, request.param
else:
exchange_conf = set_test_proxy(