Unhappy linter gods are unhappy

This commit is contained in:
Alexandre Aubin 2022-09-30 19:35:15 +02:00
parent 87447def38
commit acb0993bc9

View file

@ -25,7 +25,7 @@ class MyMigration(Migration):
@Migration.ldap_migration
def run(self, *args):
from yunohost.user import user_list, user_info, user_group_update, user_update, user_create
from yunohost.user import user_list, user_info, user_group_update, user_update
from yunohost.utils.ldap import _get_ldap_interface
ldap = _get_ldap_interface()