diff options
Diffstat (limited to 'tests/models/gr')
| -rw-r--r-- | tests/models/gr/test_business.py | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/models/gr/test_business.py b/tests/models/gr/test_business.py index 0b78374..e8bd06a 100644 --- a/tests/models/gr/test_business.py +++ b/tests/models/gr/test_business.py @@ -9,20 +9,14 @@ import pytest # noinspection PyUnresolvedReferences from distributed.utils_test import ( - gen_cluster, client_no_amm, - loop, - loop_in_thread, - cleanup, - cluster_fixture, - client, ) from pytest import approx from generalresearch.currency import USDCent from generalresearch.models.thl.finance import ( - ProductBalances, BusinessBalances, + ProductBalances, ) # from test_utils.incite.conftest import mnt_filepath @@ -669,8 +663,6 @@ class TestBusinessBalance: user_factory, mnt_filepath, bp_payout_factory, - thl_lm, - lm, duration, offset, start, @@ -679,7 +671,6 @@ class TestBusinessBalance: session_with_tx_factory, delete_ledger_db, create_main_accounts, - client_no_amm, ledger_collection, task_adj_collection, pop_ledger_merge, |
