Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove duplicate display options #718

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions yal/endline_terms_and_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
WhatsAppButtonState,
WhatsAppListState,
)
from vaccine.utils import get_display_choices
from yal import rapidpro
from yal.surveys.endline import Application as EndlineApplication
from yal.utils import get_current_datetime, get_generic_error, normalise_phonenumber
Expand Down Expand Up @@ -365,8 +364,6 @@ async def state_endline_limit_reached(self):
"enthusiasm and hope you can catch the next one.",
"",
"Go ahead and browse the menu or ask us a question.",
"",
get_display_choices(choices),
]
)
)
Expand Down
3 changes: 0 additions & 3 deletions yal/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1613,9 +1613,6 @@ async def test_state_endline_limit_reached(
"enthusiasm and hope you can catch the next one.",
"",
"Go ahead and browse the menu or ask us a question.",
"",
"1. Go to the menu",
"2. Ask a question",
]
)
)
Expand Down
Loading