[fix] Bad importation

This commit is contained in:
ljf (zamentur) 2022-08-03 14:51:19 +02:00 committed by GitHub
parent fdaf9fc098
commit f705d81e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ from yunohost.utils.packages import (
_list_upgradable_apt_packages,
ynh_packages_version,
)
from yunohost.utils.error import yunohosterror, yunohostvalidationerror
from yunohost.utils.error import YunohostError, YunohostValidationError
from yunohost.log import is_unit_operation, OperationLogger
MIGRATIONS_STATE_PATH = "/etc/yunohost/migrations.yaml"