Skip to content

Commit

Permalink
quality: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin authored Nov 24, 2023
1 parent 9a7731a commit da20964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/form.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ class UserOption(BaseChoicesOption):
type: Literal[OptionType.user] = OptionType.user

def __init__(self, question):
from yunohost.user import user_list, user_info
from yunohost.user import user_list
from yunohost.domain import _get_maindomain

super().__init__(question)
Expand Down

0 comments on commit da20964

Please sign in to comment.