Simplify class setups without inheritance

This commit is contained in:
Matthias
2023-06-29 12:16:10 +00:00
parent b12dbd2bea
commit accc1b509b
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ def exchange_futures(request, exchange_conf, class_mocker):
@pytest.mark.longrun
class TestCCXTExchange():
class TestCCXTExchange:
def test_load_markets(self, exchange: EXCHANGE_FIXTURE_TYPE):
exch, exchangename = exchange