diff options
| author | Max Nanis | 2026-08-18 16:35:11 -0700 |
|---|---|---|
| committer | Max Nanis | 2026-08-18 16:35:11 -0700 |
| commit | 0742210fc7eaa54d8068bfd18414158dc9b33672 (patch) | |
| tree | 5f42b671ccbd9cc44f1f62229cac16a5e455317d /tests/models/gr | |
| parent | 6b4f8d6b8700a65bdf74beb3d95c969a81464a56 (diff) | |
| download | generalresearch-0742210fc7eaa54d8068bfd18414158dc9b33672.tar.gz generalresearch-0742210fc7eaa54d8068bfd18414158dc9b33672.zip | |
Ruff cleanup
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, |
