[mod] remove unused variable

This commit is contained in:
Laurent Peuch 2019-08-07 02:16:43 +02:00 committed by Alexandre Aubin
parent ebc92d4739
commit 930b8378a1

View file

@ -590,9 +590,6 @@ def app_upgrade(app=[], url=None, file=None):
from yunohost.hook import hook_add, hook_remove, hook_exec, hook_callback
from yunohost.permission import permission_sync_to_user
# Retrieve interface
is_api = msettings.get('interface') == 'api'
try:
app_list()
except YunohostError: