Remove useless var declaration in app_shell function

This commit is contained in:
tituspijean 2023-05-18 16:14:30 +00:00
parent 68a4f2b4bc
commit 425670bcfb
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -1653,7 +1653,6 @@ def app_shell(app):
app -- App ID
"""
app_settings = _get_app_settings(app) or {}
#TODO Find out how to open an interactive Bash shell from Python
#TODO run `ynh_load_app_environment --app=$app` helper in there