Skip to content
Snippets Groups Projects
Verified Commit 34120740 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

[Reformat] Move function call to one line

parent aa96dbba
No related branches found
No related tags found
No related merge requests found
......@@ -359,10 +359,7 @@ def mass_ldap_import():
owner_attr = get_site_preferences()["ldap__group_sync_owner_attr"]
for ldap_group in tqdm(
ldap_groups,
desc="Sync. group members",
total=len(group_objects),
**TQDM_DEFAULTS,
ldap_groups, desc="Sync. group members", total=len(group_objects), **TQDM_DEFAULTS,
):
dn, attrs = ldap_group
group = group_dict[dn]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment