Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Sep 22, 2022
1 parent b80aa22 commit 9d23704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cuenca/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'FileBatch',
'Identity',
'IdentityEvent',
'KYCValidations',
'KYCValidation',
'KYCVerification',
'LimitedWallet',
'LoginToken',
Expand Down Expand Up @@ -56,7 +56,7 @@
from .files import File
from .identities import Identity
from .identity_events import IdentityEvent
from .kyc_validations import KYCValidations
from .kyc_validations import KYCValidation
from .kyc_verifications import KYCVerification
from .limited_wallets import LimitedWallet
from .login_tokens import LoginToken
Expand Down Expand Up @@ -97,7 +97,7 @@
FileBatch,
Identity,
IdentityEvent,
KYCValidations,
KYCValidation,
KYCVerification,
LimitedWallet,
LoginToken,
Expand Down
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.14.7.dev3'
__version__ = '0.14.7.dev4'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 9d23704

Please sign in to comment.