mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Unhappy linter gods are unhappy
This commit is contained in:
parent
87447def38
commit
acb0993bc9
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class MyMigration(Migration):
|
||||||
@Migration.ldap_migration
|
@Migration.ldap_migration
|
||||||
def run(self, *args):
|
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
|
from yunohost.utils.ldap import _get_ldap_interface
|
||||||
|
|
||||||
ldap = _get_ldap_interface()
|
ldap = _get_ldap_interface()
|
||||||
|
|
Loading…
Add table
Reference in a new issue