aboutsummaryrefslogtreecommitdiff
path: root/test_utils/managers/cashout_methods.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils/managers/cashout_methods.py')
-rw-r--r--test_utils/managers/cashout_methods.py9
1 files changed, 4 insertions, 5 deletions
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"):