Missing import

This commit is contained in:
Alexandre Aubin 2021-03-22 21:58:15 +01:00
parent 11c50c0187
commit e63ca06d37

View file

@ -63,7 +63,7 @@ from yunohost.hook import (
from yunohost.tools import tools_postinstall
from yunohost.regenconf import regen_conf
from yunohost.log import OperationLogger
from yunohost.utils.error import YunohostError
from yunohost.utils.error import YunohostError, YunohostValidationError
from yunohost.utils.packages import ynh_packages_version
from yunohost.settings import settings_get