quality/typing: missing type import

This commit is contained in:
Alexandre Aubin 2024-08-20 18:20:20 +02:00
parent ff03885564
commit 16e8205367

View file

@ -44,6 +44,7 @@ if TYPE_CHECKING:
from yunohost.utils.configpanel import RawConfig
from yunohost.utils.form import FormModel
from yunohost.utils.configpanel import RawSettings
logger = getLogger("yunohost.domain")