Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez committed Jan 3, 2024
1 parent 8d318a4 commit 9c02bf9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cuenca/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
from .limited_wallets import LimitedWallet
from .login_tokens import LoginToken
from .platforms import Platform
from .resources import RESOURCES
from .questionnaires import Questionnaires
from .resources import RESOURCES
from .savings import Saving
from .service_providers import ServiceProvider
from .sessions import Session
Expand Down
2 changes: 0 additions & 2 deletions cuenca/resources/questionnaires.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ def create(
cls,
user_id: str,
token: str,
alert_id: str,
form_id: str,
*,
session: Session = global_session,
) -> 'Questionnaires':
req = QuestionnairesRequest(
user_id=user_id,
token=token,
alert_id=alert_id,
form_id=form_id,
)
return cast(
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.15.11.dev5'
__version__ = '0.15.11.dev6'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.27.1
cuenca-validations==0.11.23.dev2
cuenca-validations==0.11.23.dev3
dataclasses>=0.7;python_version<"3.7"

0 comments on commit 9c02bf9

Please sign in to comment.