Remove: Recursive calls from preview

This commit is contained in:
KR
2022-06-14 01:09:59 +05:45
committed by GitHub
parent f4200533da
commit 923c79761c

View File

@@ -237,9 +237,6 @@ def browse_options(session, user_prompt, *, persist=False, persist_with=None):
if user_choice == UserBrowseSelection.PREVIEW:
preview_opt(session, user_prompt)
return browse_options(
session, user_prompt, persist=persist, persist_with=persist_with
)
if persist:
return persist_with