From 22308aadb24cc813704e5877a32cb2344d439fc2 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Tue, 12 Oct 2021 02:33:34 +0200 Subject: [PATCH] config.py: format --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index 9f94462..220f8c2 100644 --- a/config.py +++ b/config.py @@ -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):