From 0742210fc7eaa54d8068bfd18414158dc9b33672 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Tue, 18 Aug 2026 16:35:11 -0700 Subject: Ruff cleanup --- tests/models/gr/test_business.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'tests/models/gr') 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, -- cgit v1.2.3