Fix minor stylistic errors

This commit is contained in:
Matthias
2023-02-22 20:58:24 +01:00
parent e6766b9b82
commit 2bc9413be1
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(