Skip to content

Commit 0e8f24c

Browse files
committed
list
1 parent a1467a9 commit 0e8f24c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cuenca/resources/users.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
UserRequest,
1414
UserStatus,
1515
UserUpdateRequest,
16-
VerificationStatus,
1716
)
1817
from cuenca_validations.types.identities import CurpField
1918
from pydantic import EmailStr
@@ -45,7 +44,6 @@ class User(Creatable, Retrievable, Updateable, Queryable):
4544
beneficiaries: Optional[List[Beneficiary]]
4645
platform_id: Optional[str] = None
4746
clabe: Optional[Clabe] = None
48-
blacklist_validation_status: Optional[VerificationStatus]
4947

5048
@property
5149
def balance(self) -> int:

0 commit comments

Comments
 (0)