Skip to content
Snippets Groups Projects
Commit 36d2231d authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Fromatting with black

parent 52301fb9
No related branches found
No related tags found
1 merge request!17Update playbooks
Pipeline #18590 passed
......@@ -115,7 +115,8 @@ class BaseForm(npyscreen.FormMultiPageWithMenus, npyscreen.FormWithMenus):
return ",".join(host)
def check_config(
self, notify: bool = True,
self,
notify: bool = True,
) -> dict[str, str | dict[str, str | list | int | bool | None]] | None:
"""Check if the from entries are valid."""
config = {}
......
......@@ -380,7 +380,8 @@ class WebScreen(BaseForm):
npyscreen.TitleText,
name="Ldap search keys for group base",
value=cfg.get(
"ldap_group_base", "cn=groups,cn=accounts,dc=dkrz,dc=de",
"ldap_group_base",
"cn=groups,cn=accounts,dc=dkrz,dc=de",
),
),
True,
......
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