mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] remove unused import
This commit is contained in:
parent
4cd4938eb4
commit
757cef32b3
1 changed files with 1 additions and 1 deletions
|
@ -2389,7 +2389,7 @@ def _parse_args_in_yunohost_format(args, action_args):
|
||||||
"""Parse arguments store in either manifest.json or actions.json
|
"""Parse arguments store in either manifest.json or actions.json
|
||||||
"""
|
"""
|
||||||
from yunohost.domain import domain_list, _get_maindomain
|
from yunohost.domain import domain_list, _get_maindomain
|
||||||
from yunohost.user import user_info, user_list
|
from yunohost.user import user_list
|
||||||
|
|
||||||
args_dict = OrderedDict()
|
args_dict = OrderedDict()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue