From 2f92429a68ec7209059d2d18fe67964c8dd57cf2 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 9 Mar 2026 06:27:14 -0400 Subject: Simple typing changes, Ruff import formatter. p3 --- test_utils/managers/cashout_methods.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'test_utils/managers/cashout_methods.py') diff --git a/test_utils/managers/cashout_methods.py b/test_utils/managers/cashout_methods.py index 96d33cf..b201e8c 100644 --- a/test_utils/managers/cashout_methods.py +++ b/test_utils/managers/cashout_methods.py @@ -1,12 +1,11 @@ -from generalresearch.models.thl.wallet import PayoutType, Currency +import random +from uuid import uuid4 + +from generalresearch.models.thl.wallet import Currency, PayoutType from generalresearch.models.thl.wallet.cashout_method import ( CashoutMethod, TangoCashoutMethodData, - AmtCashoutMethodData, ) -import random - -from uuid import uuid4 def random_ext_id(base: str = "U02"): -- cgit v1.2.3