Skip to content

Commit 9d23704

Browse files
committed
fix imports
1 parent b80aa22 commit 9d23704

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cuenca/resources/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'FileBatch',
1919
'Identity',
2020
'IdentityEvent',
21-
'KYCValidations',
21+
'KYCValidation',
2222
'KYCVerification',
2323
'LimitedWallet',
2424
'LoginToken',
@@ -56,7 +56,7 @@
5656
from .files import File
5757
from .identities import Identity
5858
from .identity_events import IdentityEvent
59-
from .kyc_validations import KYCValidations
59+
from .kyc_validations import KYCValidation
6060
from .kyc_verifications import KYCVerification
6161
from .limited_wallets import LimitedWallet
6262
from .login_tokens import LoginToken
@@ -97,7 +97,7 @@
9797
FileBatch,
9898
Identity,
9999
IdentityEvent,
100-
KYCValidations,
100+
KYCValidation,
101101
KYCVerification,
102102
LimitedWallet,
103103
LoginToken,

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.14.7.dev3'
1+
__version__ = '0.14.7.dev4'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)