mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make linter happy
This commit is contained in:
parent
11660bd5fa
commit
b88074b007
1 changed files with 2 additions and 2 deletions
|
@ -62,12 +62,12 @@ from yunohost.utils.i18n import _value_for_locale
|
||||||
from yunohost.utils.error import YunohostError, YunohostValidationError
|
from yunohost.utils.error import YunohostError, YunohostValidationError
|
||||||
from yunohost.utils.filesystem import free_space_in_directory
|
from yunohost.utils.filesystem import free_space_in_directory
|
||||||
from yunohost.log import is_unit_operation, OperationLogger
|
from yunohost.log import is_unit_operation, OperationLogger
|
||||||
from yunohost.app_catalog import (
|
from yunohost.app_catalog import ( # noqa
|
||||||
app_catalog,
|
app_catalog,
|
||||||
app_search,
|
app_search,
|
||||||
_load_apps_catalog,
|
_load_apps_catalog,
|
||||||
app_fetchlist,
|
app_fetchlist,
|
||||||
) # noqa
|
)
|
||||||
|
|
||||||
logger = getActionLogger("yunohost.app")
|
logger = getActionLogger("yunohost.app")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue