Coverage for polar/customer_portal/sorting/wallet.py: 100%
4 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 15:52 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 15:52 +0000
1from enum import StrEnum 1a
4class CustomerWalletSortProperty(StrEnum): 1a
5 created_at = "created_at" 1a
6 balance = "balance" 1a