config.py: format

This commit is contained in:
InsanePrawn 2021-10-12 02:33:34 +02:00
parent 1a6979d9cb
commit 22308aadb2

View file

@ -388,7 +388,6 @@ def cmd_config_init(sections: list[str] = CONFIG_SECTIONS, non_interactive: bool
@cmd_config.group(name='profile')
def cmd_profile():
"""Manage config profiles"""
pass
def config_prompt(text: str, default: any, field_type: type = str, bold: bool = True) -> (any, bool):