mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
quality: unused import
This commit is contained in:
parent
9a7731aa4e
commit
da20964044
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ class UserOption(BaseChoicesOption):
|
||||||
type: Literal[OptionType.user] = OptionType.user
|
type: Literal[OptionType.user] = OptionType.user
|
||||||
|
|
||||||
def __init__(self, question):
|
def __init__(self, question):
|
||||||
from yunohost.user import user_list, user_info
|
from yunohost.user import user_list
|
||||||
from yunohost.domain import _get_maindomain
|
from yunohost.domain import _get_maindomain
|
||||||
|
|
||||||
super().__init__(question)
|
super().__init__(question)
|
||||||
|
|
Loading…
Add table
Reference in a new issue